PlacementKeyValuePairs Class

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

public final class PlacementKeyValuePairs

Application specific parameters for the placement of volumes in the volume group.

Constructor Summary

Constructor Description
PlacementKeyValuePairs()

Creates an instance of PlacementKeyValuePairs class.

Method Summary

Modifier and Type Method and Description
String key()

Get the key property: Key for an application specific parameter for the placement of volumes in the volume group.

void validate()

Validates the instance.

String value()

Get the value property: Value for an application specific parameter for the placement of volumes in the volume group.

PlacementKeyValuePairs withKey(String key)

Set the key property: Key for an application specific parameter for the placement of volumes in the volume group.

PlacementKeyValuePairs withValue(String value)

Set the value property: Value for an application specific parameter for the placement of volumes in the volume group.

Methods inherited from java.lang.Object

Constructor Details

PlacementKeyValuePairs

public PlacementKeyValuePairs()

Creates an instance of PlacementKeyValuePairs class.

Method Details

key

public String key()

Get the key property: Key for an application specific parameter for the placement of volumes in the volume group.

Returns:

the key value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Value for an application specific parameter for the placement of volumes in the volume group.

Returns:

the value value.

withKey

public PlacementKeyValuePairs withKey(String key)

Set the key property: Key for an application specific parameter for the placement of volumes in the volume group.

Parameters:

key - the key value to set.

Returns:

the PlacementKeyValuePairs object itself.

withValue

public PlacementKeyValuePairs withValue(String value)

Set the value property: Value for an application specific parameter for the placement of volumes in the volume group.

Parameters:

value - the value value to set.

Returns:

the PlacementKeyValuePairs object itself.

Applies to