Attributes
Attribute | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
network | string | Yes | always | 0.9 | Name of the network to which this NIC is connected. | |
needsCustomization | boolean | No | none | 0.9 | True if this NIC needs customization. |
Elements
Element | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
ExternalIpAddress | IpAddressType | No | none | 0.9 | If the network to which this NIC connects provides NAT services, the external address assigned to this NIC appears here. | |
IpAddress | IpAddressType | No | always | 0.9 | IP address assigned to this NIC. | |
IpAddressAllocationMode | string | Yes | always | 0.9 |
IP address allocation mode for this connection.
One of: POOL (A static IP address is allocated automatically from a pool of addresses.) DHCP (The IP address is obtained from a DHCP service.) MANUAL (The IP address is assigned manually in the IpAddress element.) NONE (No IP addressing mode specified.) |
|
IsConnected | boolean | Yes | always | 0.9 | If the virtual machine is undeployed, this value specifies whether the NIC should be connected upon deployment. If the virtual machine is deployed, this value reports the current status of this NIC's connection, and can be updated to change that connection status. | |
MACAddress | string | No | always | 0.9 | MAC address associated with the NIC. | |
NetworkConnectionIndex | int | Yes | always | 0.9 | Virtual slot number associated with this NIC. First slot number is 0. | |
VCloudExtension | VCloudExtensionType | No | always | 0.9 | An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. |