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">
    <IsEnabled> xs:boolean </IsEnabled>
    <StaticRoute>
        <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"/>
    </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.