VsphereVirtualDiskVolumeSource

io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource
See theVsphereVirtualDiskVolumeSource companion object
final case class VsphereVirtualDiskVolumeSource(volumePath: String, fsType: Option[String], storagePolicyID: Option[String], storagePolicyName: Option[String])

Represents a vSphere volume resource.

Attributes

Companion
object
Source
VsphereVirtualDiskVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

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

Attributes

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

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

transforms volumePath to result of function

transforms volumePath to result of function

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

Returns a new data with storagePolicyID set to new value

Returns a new data with storagePolicyID set to new value

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

Returns a new data with storagePolicyName set to new value

Returns a new data with storagePolicyName set to new value

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

Returns a new data with volumePath set to new value

Returns a new data with volumePath set to new value

Attributes

Source
VsphereVirtualDiskVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product