VsphereVirtualDiskVolumeSource

com.coralogix.zio.k8s.model.core.v1.VsphereVirtualDiskVolumeSource
See theVsphereVirtualDiskVolumeSource companion object
case class VsphereVirtualDiskVolumeSource(fsType: Optional[String], storagePolicyID: Optional[String], storagePolicyName: Optional[String], volumePath: String)

Represents a vSphere volume resource.

Value parameters

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product