Partilhar via


ManagedClusterStorageProfileSnapshotController Class

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

Implements

public final class ManagedClusterStorageProfileSnapshotController
implements JsonSerializable<ManagedClusterStorageProfileSnapshotController>

Snapshot Controller settings for the storage profile.

Constructor Summary

Constructor Description
ManagedClusterStorageProfileSnapshotController()

Creates an instance of ManagedClusterStorageProfileSnapshotController class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Whether to enable Snapshot Controller.

static ManagedClusterStorageProfileSnapshotController fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterStorageProfileSnapshotController from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterStorageProfileSnapshotController withEnabled(Boolean enabled)

Set the enabled property: Whether to enable Snapshot Controller.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterStorageProfileSnapshotController

public ManagedClusterStorageProfileSnapshotController()

Creates an instance of ManagedClusterStorageProfileSnapshotController class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Whether to enable Snapshot Controller. The default value is true.

Returns:

the enabled value.

fromJson

public static ManagedClusterStorageProfileSnapshotController fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterStorageProfileSnapshotController from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterStorageProfileSnapshotController 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 ManagedClusterStorageProfileSnapshotController.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEnabled

public ManagedClusterStorageProfileSnapshotController withEnabled(Boolean enabled)

Set the enabled property: Whether to enable Snapshot Controller. The default value is true.

Parameters:

enabled - the enabled value to set.

Returns:

the ManagedClusterStorageProfileSnapshotController object itself.

Applies to