com.coralogix.zio.k8s.model.core.v1
AzureDiskVolumeSource
Companion object AzureDiskVolumeSource
case class AzureDiskVolumeSource(cachingMode: Optional[String] = Optional.Absent, diskName: String, diskURI: String, fsType: Optional[String] = Optional.Absent, kind: Optional[String] = Optional.Absent, readOnly: Optional[Boolean] = Optional.Absent) extends Product with Serializable
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- cachingMode
Host Caching mode: None, Read Only, Read Write.
- diskName
The Name of the data disk in the blob storage
- diskURI
The URI the data disk in the blob storage
- 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.
- kind
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared
- readOnly
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
- Alphabetic
- By Inheritance
- AzureDiskVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AzureDiskVolumeSource(cachingMode: Optional[String] = Optional.Absent, diskName: String, diskURI: String, fsType: Optional[String] = Optional.Absent, kind: Optional[String] = Optional.Absent, readOnly: Optional[Boolean] = Optional.Absent)
- cachingMode
Host Caching mode: None, Read Only, Read Write.
- diskName
The Name of the data disk in the blob storage
- diskURI
The URI the data disk in the blob storage
- 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.
- kind
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared
- readOnly
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
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: Optional[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: Optional[String]
-
def
getCachingMode: IO[K8sFailure, String]
Host Caching mode: None, Read Only, Read Write.
Host Caching mode: None, Read Only, Read Write.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDiskName: IO[K8sFailure, String]
The Name of the data disk in the blob storage
The Name of the data disk in the blob storage
This effect always succeeds, it is safe to use the field diskName directly.
-
def
getDiskURI: IO[K8sFailure, String]
The URI the data disk in the blob storage
The URI the data disk in the blob storage
This effect always succeeds, it is safe to use the field diskURI directly.
-
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
getKind: IO[K8sFailure, String]
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set).
Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getReadOnly: IO[K8sFailure, Boolean]
Defaults to false (read/write).
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Optional[String]
-
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: Optional[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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated