ManagedClusterStorageProfileBlobCsiDriver Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileBlobCsiDriver

Implements

public final class ManagedClusterStorageProfileBlobCsiDriver
implements JsonSerializable<ManagedClusterStorageProfileBlobCsiDriver>

AzureBlob CSI Driver settings for the storage profile.

Constructor Summary

Constructor Description
ManagedClusterStorageProfileBlobCsiDriver()

Creates an instance of ManagedClusterStorageProfileBlobCsiDriver class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Whether to enable AzureBlob CSI Driver.

static ManagedClusterStorageProfileBlobCsiDriver fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterStorageProfileBlobCsiDriver from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterStorageProfileBlobCsiDriver withEnabled(Boolean enabled)

Set the enabled property: Whether to enable AzureBlob CSI Driver.

Methods inherited from java.lang.Object

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.

fromJson

public static ManagedClusterStorageProfileBlobCsiDriver fromJson(JsonReader jsonReader)

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

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.

Applies to