Package org.cdk8s.plus22
Class AzureDiskPersistentVolume
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus22.Resource
-
- org.cdk8s.plus22.PersistentVolume
-
- org.cdk8s.plus22.AzureDiskPersistentVolume
-
- All Implemented Interfaces:
IApiEndpoint,IApiResource,IPersistentVolume,IResource,IStorage,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:34.911Z") @Stability(Stable) public class AzureDiskPersistentVolume extends PersistentVolume
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureDiskPersistentVolume.BuilderA fluent builder forAzureDiskPersistentVolume.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IApiEndpoint
IApiEndpoint.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IApiResource
IApiResource.Jsii$Default
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IPersistentVolume
IPersistentVolume.Jsii$Default, IPersistentVolume.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IResource
IResource.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus22.IStorage
IStorage.Jsii$Default, IStorage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAzureDiskPersistentVolume(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAzureDiskPersistentVolume(software.amazon.jsii.JsiiObjectRef objRef)AzureDiskPersistentVolume(software.constructs.Construct scope, String id, AzureDiskPersistentVolumeProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureDiskPersistentVolumeKindgetAzureKind()Azure kind of this volume.AzureDiskPersistentVolumeCachingModegetCachingMode()Caching mode of this volume.StringgetDiskName()Disk name of this volume.StringgetDiskUri()Disk URI of this volume.StringgetFsType()File system type of this volume.BooleangetReadOnly()Whether or not it is mounted as a read-only volume.-
Methods inherited from class org.cdk8s.plus22.PersistentVolume
asVolume, bind, fromPersistentVolumeName, getAccessModes, getApiObject, getClaim, getMode, getMountOptions, getReclaimPolicy, getResourceType, getStorage, getStorageClassName, reserve
-
Methods inherited from class org.cdk8s.plus22.Resource
asApiResource, asNonApiResource, getApiGroup, getApiVersion, getKind, getMetadata, getName, getPermissions, getResourceName
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cdk8s.plus22.IResource
getApiGroup, getApiVersion, getKind, getName
-
-
-
-
Constructor Detail
-
AzureDiskPersistentVolume
protected AzureDiskPersistentVolume(software.amazon.jsii.JsiiObjectRef objRef)
-
AzureDiskPersistentVolume
protected AzureDiskPersistentVolume(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AzureDiskPersistentVolume
@Stability(Stable) public AzureDiskPersistentVolume(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull AzureDiskPersistentVolumeProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Detail
-
getAzureKind
@Stability(Stable) @NotNull public AzureDiskPersistentVolumeKind getAzureKind()
Azure kind of this volume.
-
getCachingMode
@Stability(Stable) @NotNull public AzureDiskPersistentVolumeCachingMode getCachingMode()
Caching mode of this volume.
-
getDiskName
@Stability(Stable) @NotNull public String getDiskName()
Disk name of this volume.
-
getDiskUri
@Stability(Stable) @NotNull public String getDiskUri()
Disk URI of this volume.
-
getFsType
@Stability(Stable) @NotNull public String getFsType()
File system type of this volume.
-
getReadOnly
@Stability(Stable) @NotNull public Boolean getReadOnly()
Whether or not it is mounted as a read-only volume.
-
-