java.lang.Object
com.azure.resourcemanager.hanaonazure.fluent.models.OperationInner

public final class OperationInner extends Object
HANA operation information.
  • Constructor Details

    • OperationInner

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

    • name

      public String name()
      Get the name property: The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.
      Returns:
      the name value.
    • display

      public Display display()
      Get the display property: Displayed HANA operation information.
      Returns:
      the display value.
    • withDisplay

      public OperationInner withDisplay(Display display)
      Set the display property: Displayed HANA operation information.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationInner object itself.
    • isDataAction

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

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