Interface StoragePoolRPOperation


public interface StoragePoolRPOperation
An immutable client-side representation of StoragePoolRPOperation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the actionType property: Indicates the action type.
    Gets the display property: Additional metadata about RP operation.
    Gets the inner com.azure.resourcemanager.storagepool.fluent.models.StoragePoolRPOperationInner object.
    boolean
    Gets the isDataAction property: Indicates whether the operation applies to data-plane.
    Gets the name property: The name of the operation being performed on this particular object.
    Gets the origin property: The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
  • Method Details

    • name

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

      boolean isDataAction()
      Gets the isDataAction property: Indicates whether the operation applies to data-plane.
      Returns:
      the isDataAction value.
    • actionType

      String actionType()
      Gets the actionType property: Indicates the action type.
      Returns:
      the actionType value.
    • display

      Gets the display property: Additional metadata about RP operation.
      Returns:
      the display value.
    • origin

      String origin()
      Gets the origin property: The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
      Returns:
      the origin value.
    • innerModel

      Gets the inner com.azure.resourcemanager.storagepool.fluent.models.StoragePoolRPOperationInner object.
      Returns:
      the inner object.