avsPrivateCloud
Use the resource avsPrivateCloud to deploy a new Software Defined Data Centre (SDDC) into Azure.
Attributes
Attribute | Type | Values | Notes |
---|---|---|---|
Name | String | ||
ResourceGroupName | String | ||
Location | String | ||
ManagementClusterSize | String | ||
Sku | String | AV36, AV36P, AV52 | Skus |
NetworkBlock | String | Minimum /22 CIDR block | |
Lock | Lock Object | No | |
Tag | Tag Hashtable | No |
Input by YAML
The following illustrates the full list of attributes and structure for the avsPrivateCloud resource in YAML:
---
avsPrivateCloud:
# Mandatory
- Name: 'string'
ResourceGroupName: 'string'
Location: 'string'
NetworkBlock: 'string'
Sku: 'string' # AV36, AV36P, AV52
ManagementClusterSize: 'string'
# Optional
Tag:
<keyvalue-pairs>
Lock:
- Name: 'string'
Level: 'string' # CanNotDelete, ReadOnly
Notes: 'string'
Input by JSON
The following illustrates the full list of attributes and structure for the avsPrivateCloud resource in JSON:
{
"avsPrivateCloud": [
{
"Name": "string",
"ResourceGroupName": "string",
"Location": "string",
"NetworkBlock": "string",
"Sku": "string",
"ManagementClusterSize": "string",
"Tag": {
"<key>": "<value>"
},
"Lock": [
{
"Name": "string",
"Level": "string",
"Notes": "string"
}
]
}
]
}