VsphereVirtualDiskVolumeSource

case
class VsphereVirtualDiskVolumeSource(fsType: Optional[String], storagePolicyID: Optional[String], storagePolicyName: Optional[String], volumePath: String)

Represents a vSphere volume resource.

Value Params
fsType

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

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

storagePolicyName

Storage Policy Based Management (SPBM) profile name.

volumePath

Path that identifies vSphere volume vmdk

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getFsType: IO[K8sFailure, 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.

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.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Storage Policy Based Management (SPBM) profile name.

Storage Policy Based Management (SPBM) profile name.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getVolumePath: IO[K8sFailure, String]

Path that identifies vSphere volume vmdk

Path that identifies vSphere volume vmdk

This effect always succeeds, it is safe to use the field volumePath directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product