ManagedClusterStorageProfileDiskCsiDriver Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterStorageProfileDiskCsiDriver
- com.
Implements
public final class ManagedClusterStorageProfileDiskCsiDriver
implements JsonSerializable<ManagedClusterStorageProfileDiskCsiDriver>
AzureDisk CSI Driver settings for the storage profile.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterStorageProfileDiskCsiDriver() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Whether to enable Azure |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withEnabled(Boolean enabled)
Set the enabled property: Whether to enable Azure |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterStorageProfileDiskCsiDriver
public ManagedClusterStorageProfileDiskCsiDriver()
Creates an instance of ManagedClusterStorageProfileDiskCsiDriver class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Whether to enable AzureDisk CSI Driver. The default value is true.
Returns:
fromJson
public static ManagedClusterStorageProfileDiskCsiDriver fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterStorageProfileDiskCsiDriver from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterStorageProfileDiskCsiDriver withEnabled(Boolean enabled)
Set the enabled property: Whether to enable AzureDisk CSI Driver. The default value is true.
Parameters:
Returns:
Applies to
Azure SDK for Java