PhotonPersistentDiskVolumeSource

final case class PhotonPersistentDiskVolumeSource(pdID: String, fsType: Option[String])

Represents a Photon Controller persistent disk resource.

Companion:
object
Source:
PhotonPersistentDiskVolumeSource.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:
PhotonPersistentDiskVolumeSource.scala

transforms pdID to result of function

transforms pdID to result of function

Source:
PhotonPersistentDiskVolumeSource.scala

Returns a new data with fsType set to new value

Returns a new data with fsType set to new value

Source:
PhotonPersistentDiskVolumeSource.scala

Returns a new data with pdID set to new value

Returns a new data with pdID set to new value

Source:
PhotonPersistentDiskVolumeSource.scala

Inherited methods

Inherited from:
Product