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  
associatedGatewayIDs list
associatedSubnetID string
BFDEnabled boolean filterable  
blackHoleEnabled boolean creation only   filterable   orderable  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
IPType enum (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 | NETCONF | OVERLAY | OVERLAY_ADDRESS_TRANSLATION)

API Resource

/staticroutes/id
delete get put

Parents

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

Children

/staticroutes/id/deploymentfailures
get post
/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

associatedGatewayIDs list
Discussion

List of associated gateway IDs for static route, returned as a JSON list of strings


Charateristics

SDK attribute: associatedGatewayIDs

associatedSubnetID string
Discussion

UUID of Do Not Advertise Subnet


Charateristics

Format: free
SDK attribute: associatedSubnetID

BFDEnabled boolean filterable  
Discussion

Enable or disable Bidirectional Forwarding Detection for this static route


Charateristics

Default value: false
SDK attribute: BFDEnabled

blackHoleEnabled boolean creation only   filterable   orderable  
Discussion

Indicates if this is a black hole static route. Applicable only when the static route type is 'NETCONF'.


Charateristics

Default value: false
SDK attribute: blackHoleEnabled

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
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: 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, NETCONF, OVERLAY, OVERLAY_ADDRESS_TRANSLATION
SDK attribute: type