Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VsphereVirtualDiskVolumeSource

Represents a vSphere volume resource.

schema

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource

Hierarchy

  • VsphereVirtualDiskVolumeSource

Index

Properties

Optional Readonly fsType

fsType: string

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.

schema

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource#fsType

Optional Readonly storagePolicyId

storagePolicyId: string

Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.

schema

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource#storagePolicyID

Optional Readonly storagePolicyName

storagePolicyName: string

Storage Policy Based Management (SPBM) profile name.

schema

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource#storagePolicyName

Readonly volumePath

volumePath: string

Path that identifies vSphere volume vmdk

schema

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource#volumePath

Generated using TypeDoc