Class PlacementKeyValuePairs

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

public final class PlacementKeyValuePairs extends Object
Application specific parameters for the placement of volumes in the volume group.
  • Constructor Details

    • PlacementKeyValuePairs

      public PlacementKeyValuePairs()
  • 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.
    • 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.
    • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.