Class ManagedClusterStorageProfileDiskCsiDriver
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileDiskCsiDriver
AzureDisk CSI Driver settings for the storage profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenabled()Get the enabled property: Whether to enable AzureDisk CSI Driver.voidvalidate()Validates the instance.withEnabled(Boolean enabled) Set the enabled property: Whether to enable AzureDisk CSI Driver.
-
Constructor Details
-
ManagedClusterStorageProfileDiskCsiDriver
public ManagedClusterStorageProfileDiskCsiDriver()
-
-
Method Details
-
enabled
Get the enabled property: Whether to enable AzureDisk CSI Driver. The default value is true.- Returns:
- the enabled value.
-
withEnabled
Set the enabled property: Whether to enable AzureDisk CSI Driver. The default value is true.- Parameters:
enabled- the enabled value to set.- Returns:
- the ManagedClusterStorageProfileDiskCsiDriver object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-