ManagedClusterStorageProfileFileCsiDriver Class

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

public final class ManagedClusterStorageProfileFileCsiDriver

AzureFile CSI Driver settings for the storage profile.

Constructor Summary

Constructor Description
ManagedClusterStorageProfileFileCsiDriver()

Creates an instance of ManagedClusterStorageProfileFileCsiDriver class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

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

void validate()

Validates the instance.

ManagedClusterStorageProfileFileCsiDriver withEnabled(Boolean enabled)

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

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterStorageProfileFileCsiDriver

public ManagedClusterStorageProfileFileCsiDriver()

Creates an instance of ManagedClusterStorageProfileFileCsiDriver class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Whether to enable AzureFile CSI Driver. The default value is true.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

withEnabled

public ManagedClusterStorageProfileFileCsiDriver withEnabled(Boolean enabled)

Set the enabled property: Whether to enable AzureFile CSI Driver. The default value is true.

Parameters:

enabled - the enabled value to set.

Returns:

the ManagedClusterStorageProfileFileCsiDriver object itself.

Applies to