com.coralogix.zio.k8s.model.core.v1
VsphereVirtualDiskVolumeSource
Companion object VsphereVirtualDiskVolumeSource
case class VsphereVirtualDiskVolumeSource(fsType: Optional[String] = Optional.Absent, storagePolicyID: Optional[String] = Optional.Absent, storagePolicyName: Optional[String] = Optional.Absent, volumePath: String) extends Product with Serializable
Represents a vSphere volume resource.
- 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
- Alphabetic
- By Inheritance
- VsphereVirtualDiskVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
VsphereVirtualDiskVolumeSource(fsType: Optional[String] = Optional.Absent, storagePolicyID: Optional[String] = Optional.Absent, storagePolicyName: Optional[String] = Optional.Absent, volumePath: String)
- 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
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Optional[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getFsType: IO[K8sFailure, String]
Filesystem type to mount.
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.
-
def
getStoragePolicyID: IO[K8sFailure, String]
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.
-
def
getStoragePolicyName: IO[K8sFailure, String]
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val storagePolicyID: Optional[String]
- val storagePolicyName: Optional[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val volumePath: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated