Class AzureDiskVolumeSource.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getFsType

        public final String getFsType()
        Description copied from interface: AzureDiskVolumeSource
        fsType is 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.

        Specified by:
        getFsType in interface AzureDiskVolumeSource
      • getKind

        public final String getKind()
        Description copied from interface: AzureDiskVolumeSource
        kind expected values are 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

        Specified by:
        getKind in interface AzureDiskVolumeSource
      • getReadOnly

        public final Boolean getReadOnly()
        Description copied from interface: AzureDiskVolumeSource
        readOnly Defaults to false (read/write).

        ReadOnly here will force the ReadOnly setting in VolumeMounts.

        Default: false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

        Specified by:
        getReadOnly in interface AzureDiskVolumeSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object