Represents a vSphere volume resource.

Hierarchy

  • V1VsphereVirtualDiskVolumeSource

Constructors

Properties

fsType?: string

fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

storagePolicyID?: string

storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

storagePolicyName?: string

storagePolicyName is the storage Policy Based Management (SPBM) profile name.

volumePath: string

volumePath is the path that identifies vSphere volume vmdk

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc