StaticRouteType

Type:
StaticRouteType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Since:
Schema:
network.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<StaticRouteType xmlns="http://www.vmware.com/vcloud/v1.5">
    <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"/>
</StaticRouteType>

Elements

Element Type Required Modifiable Since Deprecated Description
GatewayInterface ReferenceType No always 5.1 Gateway interface to which static route is bound.
Interface string No always 1.5 Interface to use for static routing. Internal and External are the supported values.
Name string Yes always 1.5 Name for the static route.
Network string Yes always 1.5 Network specification in CIDR.
NextHopIp IpAddressType Yes always 1.5 IP Address of Next Hop router/gateway.
VCloudExtension VCloudExtensionType No always An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.