StaticRoute

Static routes allow end users to define how traffic is routed through the dVRS in addition to the routes learned by VSC through VM activation. By using static routes, end users can define for example that all traffic with a destination address towards a specific subnet must be forwarded to a specific VM attached in the dVRS and this VM could be a firewall

Overview

address string required   filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated   filterable   orderable  
externalID string filterable   orderable   locally unique  
IPType enum (DUALSTACK | IPV4 | IPV6) filterable   orderable  
IPv6Address string filterable   orderable  
lastUpdatedBy string autogenerated  
netmask string required   filterable   orderable  
nextHopIp string required   filterable   orderable  
routeDistinguisher string filterable   orderable  
type enum (EXIT_DOMAIN | OVERLAY)

API Resource

/staticroutes/id
delete get put

Parents

/containerinterfaces/id/staticroutes
get
/sharednetworkresources/id/staticroutes
get post
/vminterfaces/id/staticroutes
get
/domains/id/staticroutes
get post
/l2domains/id/staticroutes
get post
/hostinterfaces/id/staticroutes
get
/staticroutes
get

Children

/staticroutes/id/metadatas
get post
/staticroutes/id/globalmetadatas
get post put
/staticroutes/id/eventlogs
get

Members

This object has no members.

Attributes documentation

address string required   filterable   orderable  
Discussion

IP address of the route


Charateristics

Format: free
SDK attribute: address

entityScope enum autogenerated   filterable   orderable  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
Format: free
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

IPType enum filterable   orderable  
Discussion

IPv4 or IPv6


Charateristics

Allowed values: DUALSTACK, IPV4, IPV6
SDK attribute: IPType

IPv6Address string filterable   orderable  
Discussion

IPv6 address of the route


Charateristics

Format: free
SDK attribute: IPv6Address

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

netmask string required   filterable   orderable  
Discussion

Netmask associated with the route


Charateristics

Format: free
SDK attribute: netmask

nextHopIp string required   filterable   orderable  
Discussion

IP address of the next hop. This must be a VM attached to the dVRS


Charateristics

Format: free
SDK attribute: nextHopIp

routeDistinguisher string filterable   orderable  
Discussion

Route distinguisher associated with the nexthop. System generates this identifier automatically


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: routeDistinguisher

type enum
Discussion

Type flag for static-route provisioning for exit-domain (break-to-underlay) prefixes.


Charateristics

Allowed values: EXIT_DOMAIN, OVERLAY
SDK attribute: type