SnapshotPoliciesList Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.models.SnapshotPoliciesList

public final class SnapshotPoliciesList

List of Snapshot Policies.

Constructor Summary

Constructor Description
SnapshotPoliciesList()

Creates an instance of SnapshotPoliciesList class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<SnapshotPolicyInner> value()

Get the value property: A list of snapshot policies.

SnapshotPoliciesList withValue(List<SnapshotPolicyInner> value)

Set the value property: A list of snapshot policies.

Methods inherited from java.lang.Object

Constructor Details

SnapshotPoliciesList

public SnapshotPoliciesList()

Creates an instance of SnapshotPoliciesList class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A list of snapshot policies.

Returns:

the value value.

withValue

public SnapshotPoliciesList withValue(List value)

Set the value property: A list of snapshot policies.

Parameters:

value - the value value to set.

Returns:

the SnapshotPoliciesList object itself.

Applies to