StoragePoolRPOperation Class

Description of a StoragePool RP Operation.

All required parameters must be populated in order to send to Azure.

Inheritance
StoragePoolRPOperation

Constructor

StoragePoolRPOperation(*, name: str, is_data_action: bool, display: azure.mgmt.storagepool.models._models_py3.StoragePoolOperationDisplay, action_type: Optional[str] = None, origin: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the operation being performed on this particular object.

is_data_action
bool
Required

Required. Indicates whether the operation applies to data-plane.

action_type
str
Required

Indicates the action type.

display
<xref:storage_pool_management.models.StoragePoolOperationDisplay>
Required

Required. Additional metadata about RP operation.

origin
str
Required

The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.