VsphereVirtualDiskVolumeSource

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

Represents a vSphere volume resource.

Companion:
object
Source:
VsphereVirtualDiskVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if fsType has a value, transforms to the result of function

if fsType has a value, transforms to the result of function

Source:
VsphereVirtualDiskVolumeSource.scala

if storagePolicyID has a value, transforms to the result of function

if storagePolicyID has a value, transforms to the result of function

Source:
VsphereVirtualDiskVolumeSource.scala

if storagePolicyName has a value, transforms to the result of function

if storagePolicyName has a value, transforms to the result of function

Source:
VsphereVirtualDiskVolumeSource.scala

transforms volumePath to result of function

transforms volumePath to result of function

Source:
VsphereVirtualDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
VsphereVirtualDiskVolumeSource.scala

Returns a new data with storagePolicyID set to new value

Returns a new data with storagePolicyID set to new value

Source:
VsphereVirtualDiskVolumeSource.scala

Returns a new data with storagePolicyName set to new value

Returns a new data with storagePolicyName set to new value

Source:
VsphereVirtualDiskVolumeSource.scala

Returns a new data with volumePath set to new value

Returns a new data with volumePath set to new value

Source:
VsphereVirtualDiskVolumeSource.scala

Inherited methods

Inherited from:
Product