FabricNetworkVsphereSpecification

FabricNetworkVsphereSpecification
FabricNetworkVsphereSpecification

Specification for updating a Vsphere FabricNetwork

JSON Example
{
    "ipv6Cidr": "2001:eeee:6bd:2a::1/64",
    "isDefault": false,
    "domain": "sqa.local",
    "defaultIpv6Gateway": "2001:eeee:6bd:2a::1",
    "dnsServerAddresses": [
        "string"
    ],
    "isPublic": false,
    "cidr": "10.1.2.0/24",
    "defaultGateway": "10.1.2.1",
    "tags": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "dnsSearchDomains": [
        "string"
    ]
}
string
ipv6Cidr
Optional

Network IPv6 CIDR to be used.

boolean
isDefault
Optional

Indicates whether this is the default subnet for the zone.

string
domain
Optional

Domain value.

string
defaultIpv6Gateway
Optional

IPv6 default gateway to be used.

array of string
dnsServerAddresses
Optional

A list of DNS server addresses that were set on this resource instance.

boolean
isPublic
Optional

Indicates whether the sub-network supports public IP assignment.

string
cidr
Optional

Network CIDR to be used.

string
defaultGateway
Optional

IPv4 default gateway to be used.

array of Tag
tags
Optional

A set of tag keys and optional values that were set on this resource instance.

array of string
dnsSearchDomains
Optional

A list of DNS search domains that were set on this resource instance.