vCloud API - NetworkConnectionSection
NetworkConnectionSectionType
- Element:
- NetworkConnectionSection
- Type:
- NetworkConnectionSectionType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Container for the network connections of this virtual machine.
- Since:
- 0.9
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- Section_Type
- XML Representation:
- <NetworkConnectionSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:envelope_1="http://schemas.dmtf.org/ovf/envelope/1" href="xs:anyURI" type="xs:string">
<PrimaryNetworkConnectionIndex> xs:int </PrimaryNetworkConnectionIndex>
<NetworkConnection network="xs:string" needsCustomization="xs:boolean">
<VCloudExtension required="xs:boolean"/>
<NetworkConnectionIndex> xs:int </NetworkConnectionIndex>
<IpAddress> IpAddressType </IpAddress>
<ExternalIpAddress> IpAddressType </ExternalIpAddress>
<IsConnected> xs:boolean </IsConnected>
<MACAddress> xs:string </MACAddress>
<IpAddressAllocationMode> xs:string </IpAddressAllocationMode>
<NetworkAdapterType> xs:string </NetworkAdapterType>
</NetworkConnection>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
</NetworkConnectionSection>
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No none 0.9 A reference to the section in URL format. type string No none 0.9 The MIME type of the section. Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 0.9 A link to an operation on this section. NetworkConnection NetworkConnectionType No always 0.9 Represents a network connection in the virtual machine. PrimaryNetworkConnectionIndex int No always 0.9 Virtual slot number associated with the NIC that should be considered this virtual machine's primary network connection. Defaults to slot 0.