vCloud API - StaticRoutingService
StaticRoutingServiceType
- Element:
- StaticRoutingService
- Type:
- StaticRoutingServiceType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents Static Routing network service.
- Since:
- 1.5
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- NetworkServiceType
- XML Representation:
- <StaticRoutingService xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<IsEnabled> xs:boolean </IsEnabled>
<StaticRoute>
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<Network> xs:string </Network>
<NextHopIp> IpAddressType </NextHopIp>
<Interface> xs:string </Interface>
<GatewayInterface href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</GatewayInterface>
</StaticRoute>
</StaticRoutingService>
Elements
-
Element Type Required Modifiable Since Deprecated Description IsEnabled boolean No always 1.5 Enable or disable the service using this flag StaticRoute StaticRouteType No always 1.5 Details of each Static Route. VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.