Class ElasticSanRPOperationInner

java.lang.Object
com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanRPOperationInner

public final class ElasticSanRPOperationInner extends Object
Description of a ElasticSan RP Operation.
  • Constructor Details

    • ElasticSanRPOperationInner

      public ElasticSanRPOperationInner()
      Creates an instance of ElasticSanRPOperationInner class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of the operation being performed on this particular object.
      Returns:
      the name value.
    • withName

      public ElasticSanRPOperationInner withName(String name)
      Set the name property: The name of the operation being performed on this particular object.
      Parameters:
      name - the name value to set.
      Returns:
      the ElasticSanRPOperationInner object itself.
    • isDataAction

      public Boolean isDataAction()
      Get the isDataAction property: Indicates whether the operation applies to data-plane.
      Returns:
      the isDataAction value.
    • display

      public ElasticSanOperationDisplay display()
      Get the display property: Additional metadata about RP operation.
      Returns:
      the display value.
    • validate

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