Cloud.Network

Cloud.Network
Cloud.Network

Request schema for provisioning Compute Network

JSON Example
{
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "count": 0,
    "description": "string",
    "name": "string",
    "netmask": "string",
    "networkType": "string",
    "prefixLength": "string",
    "providerId": "string",
    "resourceGroupName": "string",
    "tags": [
        {
            "key": "string",
            "value": "string"
        }
    ]
}
array of object
constraints
Optional

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.

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

Free form description of the network.

string
name
Optional

Network name.

string
netmask
Optional

Netmask Specification for machine TCP/IP configuration of the subnet

string
networkType
Optional

Type of network: existing, public, private, or outbound.

Possible values are : existing, public, private, outbound,
string
prefixLength
Optional

CIDR prefix length

string
providerId
Optional

A unique identifier of the resource in the context of the provider.

string
resourceGroupName
Optional

Name of the existing Azure resource group into which the network will be provisioned.

array of object
tags
Optional

Resource categorization, in case-sensitive key names, or in key-value pairs.