vCloud API - SubnetParticipationType
SubnetParticipationType
- Type:
- SubnetParticipationType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Allows to chose which subnets a gateway can be part of
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <SubnetParticipationType xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<Gateway> IpAddressType </Gateway>
<Netmask> IpAddressType </Netmask>
<IpAddress> IpAddressType </IpAddress>
<IpRanges>
<VCloudExtension required="xs:boolean"/>
<IpRange>
<VCloudExtension required="xs:boolean"/>
<StartAddress> IpAddressType </StartAddress>
<EndAddress> IpAddressType </EndAddress>
</IpRange>
</IpRanges>
</SubnetParticipationType>
Elements
-
Element Type Required Modifiable Since Deprecated Description Gateway IpAddressType Yes always 5.1 Gateway for subnet IpAddress IpAddressType No always 5.1 Ip Address to be assigned. Keep empty or omit element for auto assignment IpRanges IpRangesType No always 5.1 Range of IP addresses available for external interfaces. Netmask IpAddressType Yes always 5.1 Nestmask for the subnet VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.