Cloud.vSphere.Network
Request schema for provisioning Compute vSphere Network
{
"constraints": [
{
"tag": "string"
}
],
"count": 0,
"description": "string",
"dns": [
"string"
],
"dnsSearchDomains": [
"string"
],
"domain": "string",
"gateway": "string",
"name": "string",
"netmask": "string",
"networkCidr": "string",
"networkType": "string",
"prefixLength": "string",
"providerId": "string",
"resourceName": "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.
The number of resource instances to be created.
Free form description of the network.
Network DNS servers. This is a computed custom property that can be used by another component for property binding.
Network DNS search domains. This is a computed custom property that can be used by another component for property binding.
Network domain. This is a computed custom property that can be used by another component for property binding.
Network IPv4 default gateway. This is a computed custom property that can be used by another component for property binding.
Network name.
Netmask for machine TCP/IP configuration. This is a computed custom property that can be used by another component for property binding.
The classless inter-domain routing (CIDR) specification for creation of the subnet.
Type of network (existing, private, public)
Network CIDR prefix length. This is a computed custom property that can be used by another component for property binding.
A unique identifier of the resource in the context of the provider.
The actual name of the network determined after the allocation.
Resource categorization, in case-sensitive key names, or in key-value pairs.