ManagedClusterStorageProfileDiskCsiDriver Class

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

public final class ManagedClusterStorageProfileDiskCsiDriver

AzureDisk CSI Driver settings for the storage profile.

Constructor Summary

Constructor Description
ManagedClusterStorageProfileDiskCsiDriver()

Creates an instance of ManagedClusterStorageProfileDiskCsiDriver class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

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

void validate()

Validates the instance.

ManagedClusterStorageProfileDiskCsiDriver withEnabled(Boolean enabled)

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

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:

the enabled value.

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:

enabled - the enabled value to set.

Returns:

the ManagedClusterStorageProfileDiskCsiDriver object itself.

Applies to