Class ManagedClusterStorageProfileBlobCsiDriver

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileBlobCsiDriver
All Implemented Interfaces:
com.azure.json.JsonSerializable<ManagedClusterStorageProfileBlobCsiDriver>

public final class ManagedClusterStorageProfileBlobCsiDriver extends Object implements com.azure.json.JsonSerializable<ManagedClusterStorageProfileBlobCsiDriver>
AzureBlob CSI Driver settings for the storage profile.
  • Constructor Details

    • ManagedClusterStorageProfileBlobCsiDriver

      public ManagedClusterStorageProfileBlobCsiDriver()
      Creates an instance of ManagedClusterStorageProfileBlobCsiDriver class.
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Whether to enable AzureBlob CSI Driver. The default value is false.
      Returns:
      the enabled value.
    • withEnabled

      public ManagedClusterStorageProfileBlobCsiDriver withEnabled(Boolean enabled)
      Set the enabled property: Whether to enable AzureBlob CSI Driver. The default value is false.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the ManagedClusterStorageProfileBlobCsiDriver object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ManagedClusterStorageProfileBlobCsiDriver>
      Throws:
      IOException
    • fromJson

      public static ManagedClusterStorageProfileBlobCsiDriver fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ManagedClusterStorageProfileBlobCsiDriver from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ManagedClusterStorageProfileBlobCsiDriver if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ManagedClusterStorageProfileBlobCsiDriver.