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):
application/vnd.vmware.vcloud.networkConnectionSection+xml
application/vnd.vmware.vcloud.networkConnectionSection+json
Extends:
Section_Type
XML Representation:
<NetworkConnectionSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" href="xs:anyURI" type="xs:string">
    <PrimaryNetworkConnectionIndex> xs:int </PrimaryNetworkConnectionIndex>
    <NetworkConnection network="xs:string" needsCustomization="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"/>
</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.

Operations

CRUD Operation Description Since Deprecated
read GET /vApp/{id}/networkConnectionSection Retrieve the network connection section of a VM. 0.9
read GET /vAppTemplate/{id}/networkConnectionSection Retrieve the network connection section of a VM. 0.9
update PUT /vApp/{id}/networkConnectionSection Update the network connection section of a VM. 0.9
update PUT /vAppTemplate/{id}/networkConnectionSection Update the network connection section of a VM. 0.9