vcenter nsx: management network spec
The
management_network_spec
contains information related to network configuration for the management network interface on the NSX Edge node. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"subnet_mask" : "string",
"gateway" : "string",
"network" : "obj-103"
}
"subnet_mask" : "string",
"gateway" : "string",
"network" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
network | string | Identifier for the network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: DistributedVirtualPortgroup . When operations return a value of this structure as a result, the field will be an identifier for the resource type: DistributedVirtualPortgroup . |
subnet_mask | string | Subnet mask for the interface on the network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
gateway | string | Gateway IP address for the interface on the network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |