Cloud.NSX.Network
Request schema for provisioning NSX 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"
}
]
}
Network constraints
The number of resource instances to be created.
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.
Name of the network
Netmask for machine TCP/IP configuration. This is a computed custom property that can be used by another component for property binding.
Cidr Specification for the creation of the subnet
Type of network (existing, public, private, outbound or routed)
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.