@Generated(value="by GAPIC") @BetaApi public final class Router extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Router.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
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.
|
static Router |
getDefaultInstance() |
String |
getDescription()
An optional description of this resource.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static Router.Builder |
newBuilder() |
static Router.Builder |
newBuilder(Router prototype) |
Router.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public RouterBgp getBgp()
public List<RouterBgpPeer> getBgpPeersList()
public String getCreationTimestamp()
public String getDescription()
public String getId()
public List<RouterInterface> getInterfacesList()
public String getKind()
public String getName()
public String getNetwork()
public String getRegion()
public String getSelfLink()
public static Router.Builder newBuilder()
public static Router.Builder newBuilder(Router prototype)
public Router.Builder toBuilder()
public static Router getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.