final case class AzureDiskVolumeSource(diskURI: String, diskName: String, readOnly: Option[Boolean] = None, fsType: Option[String] = None, kind: Option[String] = None, cachingMode: Option[String] = None) extends Product with Serializable
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AzureDiskVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
- val cachingMode: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val diskName: String
- val diskURI: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fsType: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Option[String]
-
def
mapCachingMode(f: (String) ⇒ String): AzureDiskVolumeSource
if cachingMode has a value, transforms to the result of function
-
def
mapDiskName(f: (String) ⇒ String): AzureDiskVolumeSource
transforms diskName to result of function
-
def
mapDiskURI(f: (String) ⇒ String): AzureDiskVolumeSource
transforms diskURI to result of function
-
def
mapFsType(f: (String) ⇒ String): AzureDiskVolumeSource
if fsType has a value, transforms to the result of function
-
def
mapKind(f: (String) ⇒ String): AzureDiskVolumeSource
if kind has a value, transforms to the result of function
-
def
mapReadOnly(f: (Boolean) ⇒ Boolean): AzureDiskVolumeSource
if readOnly has a value, transforms to the result of function
-
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 readOnly: Option[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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( ... )
-
def
withCachingMode(value: String): AzureDiskVolumeSource
Returns a new data with cachingMode set to new value
-
def
withDiskName(value: String): AzureDiskVolumeSource
Returns a new data with diskName set to new value
-
def
withDiskURI(value: String): AzureDiskVolumeSource
Returns a new data with diskURI set to new value
-
def
withFsType(value: String): AzureDiskVolumeSource
Returns a new data with fsType set to new value
-
def
withKind(value: String): AzureDiskVolumeSource
Returns a new data with kind set to new value
-
def
withReadOnly(value: Boolean): AzureDiskVolumeSource
Returns a new data with readOnly set to new value