vcenter nsx: uplink node spec
The
uplink_node_spec
structure contains the specification required to set up an NSX Edge node configured with the uplink network. 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:
{
"password" : "secret string",
"hostname" : "string",
"datastore" : "obj-103",
"name" : "string",
"uplink_ip_address" : "string",
"management_ip_address" : "string"
}
"password" : "secret string",
"hostname" : "string",
"datastore" : "obj-103",
"name" : "string",
"uplink_ip_address" : "string",
"management_ip_address" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
uplink_ip_address | string | IP address for the interface on the uplink 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. |
management_ip_address | string | IP address for the interface on the management 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. |
datastore | string | Identifier for the datastore associated with the NSX Edge node. 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: Datastore . When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore . |
Optional | ||
name | string | Name of the virtual machine for the NSX Edge node. 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. Optional. This field is currently required. It is optional for future development. |
password | secret | Password of the virtual machine for the NSX Edge node. 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. Optional. This field is currently required. It is optional for future development. |
hostname | string | A fully qualified domain name (FQDN) for the NSX Edge node. 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. Optional. This field is currently required. It is optional for future development. |