Modifier and Type | Method and Description |
---|---|
Router.Builder |
addAllBgpPeers(List<RouterBgpPeer> bgpPeers)
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
Router.Builder |
addAllInterfaces(List<RouterInterface> interfaces)
Router interfaces.
|
Router.Builder |
addAllNats(List<RouterNat> nats)
A list of Nat services created in this router.
|
Router.Builder |
addBgpPeers(RouterBgpPeer bgpPeers)
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
Router.Builder |
addInterfaces(RouterInterface interfaces)
Router interfaces.
|
Router.Builder |
addNats(RouterNat nats)
A list of Nat services created in this router.
|
Router |
build() |
Router.Builder |
clone() |
RouterBgp |
getBgp()
BGP information specific to this router.
|
List<RouterBgpPeer> |
getBgpPeersList()
BGP information that needs to be configured into the routing stack to establish the BGP
peering.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
List<RouterInterface> |
getInterfacesList()
Router interfaces.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getName()
Name of the resource.
|
List<RouterNat> |
getNatsList()
A list of Nat services created in this router.
|
String |
getNetwork()
URI of the network to which this router belongs.
|
String |
getRegion()
[Output Only] URI of the region where the router resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
Router.Builder |
mergeFrom(Router other) |
Router.Builder |
setBgp(RouterBgp bgp)
BGP information specific to this router.
|
Router.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Router.Builder |
setDescription(String description)
An optional description of this resource.
|
Router.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
Router.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
Router.Builder |
setName(String name)
Name of the resource.
|
Router.Builder |
setNetwork(String network)
URI of the network to which this router belongs.
|
Router.Builder |
setRegion(String region)
[Output Only] URI of the region where the router resides.
|
Router.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
public Router.Builder mergeFrom(Router other)
public RouterBgp getBgp()
public Router.Builder setBgp(RouterBgp bgp)
public List<RouterBgpPeer> getBgpPeersList()
public Router.Builder addAllBgpPeers(List<RouterBgpPeer> bgpPeers)
public Router.Builder addBgpPeers(RouterBgpPeer bgpPeers)
public String getCreationTimestamp()
public Router.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public Router.Builder setDescription(String description)
public String getId()
public Router.Builder setId(String id)
public List<RouterInterface> getInterfacesList()
public Router.Builder addAllInterfaces(List<RouterInterface> interfaces)
public Router.Builder addInterfaces(RouterInterface interfaces)
public String getKind()
public Router.Builder setKind(String kind)
public String getName()
public Router.Builder setName(String name)
public Router.Builder addAllNats(List<RouterNat> nats)
public Router.Builder addNats(RouterNat nats)
public String getNetwork()
public Router.Builder setNetwork(String network)
public String getRegion()
public Router.Builder setRegion(String region)
public String getSelfLink()
public Router.Builder setSelfLink(String selfLink)
public Router build()
public Router.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.