vCloud API - NetworkConfigSection
NetworkConfigSectionType
- Element:
- NetworkConfigSection
- Type:
- NetworkConfigSectionType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Container for vApp networks.
- Since:
- 0.9
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- Section_Type
- XML Representation:
- <NetworkConfigSection xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:envelope_1="http://schemas.dmtf.org/ovf/envelope/1" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<NetworkConfig href="xs:anyURI" type="xs:string" networkName="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<Description> xs:string </Description>
<Configuration>
<VCloudExtension required="xs:boolean"/>
<BackwardCompatibilityMode> xs:boolean </BackwardCompatibilityMode>
<IpScopes>
<VCloudExtension required="xs:boolean"/>
<IpScope>
<VCloudExtension required="xs:boolean"/>
<IsInherited> xs:boolean </IsInherited>
<Gateway> IpAddressType </Gateway>
<Netmask> IpAddressType </Netmask>
<Dns1> IpAddressType </Dns1>
<Dns2> IpAddressType </Dns2>
<DnsSuffix> xs:string </DnsSuffix>
<IsEnabled> xs:boolean </IsEnabled>
<IpRanges>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRanges>
<AllocatedIpAddresses>
<VCloudExtension required="xs:boolean"/>
<IpAddress> IpAddressType </IpAddress>
</AllocatedIpAddresses>
<SubAllocations href="xs:anyURI" type="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<SubAllocation>
<VCloudExtension required="xs:boolean"/>
<EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</EdgeGateway>
<IpRanges>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRanges>
</SubAllocation>
</SubAllocations>
</IpScope>
</IpScopes>
<ParentNetwork href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</ParentNetwork>
<FenceMode> xs:string </FenceMode>
<RetainNetInfoAcrossDeployments> xs:boolean </RetainNetInfoAcrossDeployments>
<Features>
<NetworkService>
<VCloudExtension required="xs:boolean"/>
<IsEnabled> xs:boolean </IsEnabled>
</NetworkService>
</Features>
<SyslogServerSettings>
<SyslogServerIp1> IpAddressType </SyslogServerIp1>
<SyslogServerIp2> IpAddressType </SyslogServerIp2>
</SyslogServerSettings>
<RouterInfo>
<ExternalIp> IpAddressType </ExternalIp>
</RouterInfo>
</Configuration>
<IsDeployed> xs:boolean </IsDeployed>
</NetworkConfig>
</NetworkConfigSection>
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 Optional link to an entity or operation associated with this section. NetworkConfig VAppNetworkConfigurationType No always 0.9 Represents the the configuration of a vApp network.