Cloud.vSphere.Network
Request schema for provisioning Compute vSphere Network
{
"constraints": [
{
"tag": "string"
}
],
"description": "string",
"dns": [
"string"
],
"dnsSearchDomains": "string",
"domain": "string",
"gateway": "string",
"name": "string",
"netmask": "string",
"networkCidr": "string",
"networkType": "string",
"prefixLength": "string",
"tags": [
{
"key": "string",
"value": "string"
}
]
}
To provision the correct network, blueprint constraints are matched against infrastructure capability tags set by the administrator in network profiles. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
Free form description of the network.
DNS servers Specification for the creation of the subnet
DNS search domains Specification for the creation of the subnet
Domain Specification for the creation of the subnet
Default Gateway Specification for the creation of the subnet
Network name.
Netmask Specification for machine TCP/IP configuration of the subnet
The classless inter-domain routing (CIDR) specification for creation of the subnet.
Type of network (existing, private, public)
CIDR network prefix length
Resource categorization, in case-sensitive key names, or in key-value pairs.