OrgVdcStoragePolicy
OrgVdcStoragePolicy
An organization VDC storage policy.
JSON Example
{
"id": "string",
"name": "string",
"isEnabled": false,
"isDefaultStoragePolicy": false,
"storageLimitMb": 0,
"orgVdcRef": {
"name": "string",
"id": "string"
},
"pvdcStoragePolicyRef": {
"name": "string",
"id": "string"
}
}
string
id
Optional
Unique VCD Id for the policy.
string
name
Required
Unique name for the policy.
boolean
isEnabled
Optional
Enabled state of the policy, defaults to true.
boolean
isDefaultStoragePolicy
Optional
Storage policy is marked as default, defaults to false.
integer As int64 As int64
storageLimitMb
Optional
Storage limit for the policy.