Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.76 KB

StoragePureProtectionGroup.md

File metadata and controls

17 lines (13 loc) · 1.76 KB

StoragePureProtectionGroup

Protection group entity in Pure storage array. A volume can be protected by associating with protection group either directly or indirectly (either host or host group). Snapshots are created on protected volume in local array or target array or both as per scheduler configuration.

Properties

Name Type Description Notes
size int Overall size of all snapshots in the protection group, represented in bytes. [optional]
source str Name of PureStorage array name on which the protection group is created. [optional] [readonly]
targets list[str] [optional]
host_groups list[StoragePureHost] A reference to a storagePureHost resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of host group object associated to the protection group. [optional] [readonly]
hosts list[StoragePureHost] A reference to a storagePureHost resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of host object associated to the protection group. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]
volumes list[StoragePureVolume] A reference to a storagePureVolume resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of volume object associated to the protection group. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]