Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

File metadata and controls

16 lines (12 loc) · 1.06 KB

OrgVdcStoragePolicy

Properties

Name Type Description Notes
Id string Unique VCD Id for the policy. [optional] [default to null]
Name string Unique name for the policy. [default to null]
IsEnabled bool Enabled state of the policy, defaults to true. [optional] [default to null]
IsDefaultStoragePolicy bool Storage policy is marked as default, defaults to false. [optional] [default to null]
StorageLimitMb int64 Storage limit for the policy. [optional] [default to null]
OrgVdcRef *EntityReference The Org VDC that this policy belongs to. [optional] [default to null]
PvdcStoragePolicyRef *EntityReference The parent PVDC storage policy for this Organization VDC storage policy. [optional] [default to null]

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