Interface Generated.AzureDiskVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCachingMode()
      cachingMode is the Host Caching mode: None, Read Only, Read Write.
      com.google.protobuf.ByteString getCachingModeBytes()
      cachingMode is the Host Caching mode: None, Read Only, Read Write.
      String getDiskName()
      diskName is the Name of the data disk in the blob storage
      com.google.protobuf.ByteString getDiskNameBytes()
      diskName is the Name of the data disk in the blob storage
      String getDiskURI()
      diskURI is the URI of data disk in the blob storage
      com.google.protobuf.ByteString getDiskURIBytes()
      diskURI is the URI of data disk in the blob storage
      String getFsType()
      fsType is Filesystem type to mount.
      com.google.protobuf.ByteString getFsTypeBytes()
      fsType is Filesystem type to mount.
      String getKind()
      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).
      com.google.protobuf.ByteString getKindBytes()
      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).
      boolean getReadOnly()
      readOnly Defaults to false (read/write).
      boolean hasCachingMode()
      cachingMode is the Host Caching mode: None, Read Only, Read Write.
      boolean hasDiskName()
      diskName is the Name of the data disk in the blob storage
      boolean hasDiskURI()
      diskURI is the URI of data disk in the blob storage
      boolean hasFsType()
      fsType is Filesystem type to mount.
      boolean hasKind()
      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).
      boolean hasReadOnly()
      readOnly Defaults to false (read/write).
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDiskName

        boolean hasDiskName()
         diskName is the Name of the data disk in the blob storage
         
        optional string diskName = 1;
        Returns:
        Whether the diskName field is set.
      • getDiskName

        String getDiskName()
         diskName is the Name of the data disk in the blob storage
         
        optional string diskName = 1;
        Returns:
        The diskName.
      • getDiskNameBytes

        com.google.protobuf.ByteString getDiskNameBytes()
         diskName is the Name of the data disk in the blob storage
         
        optional string diskName = 1;
        Returns:
        The bytes for diskName.
      • hasDiskURI

        boolean hasDiskURI()
         diskURI is the URI of data disk in the blob storage
         
        optional string diskURI = 2;
        Returns:
        Whether the diskURI field is set.
      • getDiskURI

        String getDiskURI()
         diskURI is the URI of data disk in the blob storage
         
        optional string diskURI = 2;
        Returns:
        The diskURI.
      • getDiskURIBytes

        com.google.protobuf.ByteString getDiskURIBytes()
         diskURI is the URI of data disk in the blob storage
         
        optional string diskURI = 2;
        Returns:
        The bytes for diskURI.
      • hasCachingMode

        boolean hasCachingMode()
         cachingMode is the Host Caching mode: None, Read Only, Read Write.
         +optional
         +default=ref(AzureDataDiskCachingReadWrite)
         
        optional string cachingMode = 3;
        Returns:
        Whether the cachingMode field is set.
      • getCachingMode

        String getCachingMode()
         cachingMode is the Host Caching mode: None, Read Only, Read Write.
         +optional
         +default=ref(AzureDataDiskCachingReadWrite)
         
        optional string cachingMode = 3;
        Returns:
        The cachingMode.
      • getCachingModeBytes

        com.google.protobuf.ByteString getCachingModeBytes()
         cachingMode is the Host Caching mode: None, Read Only, Read Write.
         +optional
         +default=ref(AzureDataDiskCachingReadWrite)
         
        optional string cachingMode = 3;
        Returns:
        The bytes for cachingMode.
      • hasFsType

        boolean hasFsType()
         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.
         +optional
         +default="ext4"
         
        optional string fsType = 4;
        Returns:
        Whether the fsType field is set.
      • getFsType

        String getFsType()
         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.
         +optional
         +default="ext4"
         
        optional string fsType = 4;
        Returns:
        The fsType.
      • getFsTypeBytes

        com.google.protobuf.ByteString getFsTypeBytes()
         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.
         +optional
         +default="ext4"
         
        optional string fsType = 4;
        Returns:
        The bytes for fsType.
      • hasReadOnly

        boolean hasReadOnly()
         readOnly Defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         +optional
         +default=false
         
        optional bool readOnly = 5;
        Returns:
        Whether the readOnly field is set.
      • getReadOnly

        boolean getReadOnly()
         readOnly Defaults to false (read/write). ReadOnly here will force
         the ReadOnly setting in VolumeMounts.
         +optional
         +default=false
         
        optional bool readOnly = 5;
        Returns:
        The readOnly.
      • hasKind

        boolean hasKind()
         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
         +default=ref(AzureSharedBlobDisk)
         
        optional string kind = 6;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
         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
         +default=ref(AzureSharedBlobDisk)
         
        optional string kind = 6;
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
         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
         +default=ref(AzureSharedBlobDisk)
         
        optional string kind = 6;
        Returns:
        The bytes for kind.