| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Routers.Insert | Compute.Routers. insert(String project,
      String region,
      Router content)Creates a Router resource in the specified project and region using the data included in the
 request. | 
| Compute.Routers.Patch | Compute.Routers. patch(String project,
     String region,
     String router,
     Router content)Patches the specified Router resource with the data included in the request. | 
| Compute.Routers.Preview | Compute.Routers. preview(String project,
       String region,
       String router,
       Router content)Preview fields auto-generated during router create and update operations. | 
| Compute.Routers.Update | Compute.Routers. update(String project,
      String region,
      String router,
      Router content)Updates the specified Router resource with the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String region,
      Router content)Creates a Router resource in the specified project and region using the data included in the
 request. | 
| Patch(String project,
     String region,
     String router,
     Router content)Patches the specified Router resource with the data included in the request. | 
| Preview(String project,
       String region,
       String router,
       Router content)Preview fields auto-generated during router create and update operations. | 
| Update(String project,
      String region,
      String router,
      Router content)Updates the specified Router resource with the data included in the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| Router | Router. clone() | 
| Router | RoutersPreviewResponse. getResource()Preview of given router. | 
| Router | Router. set(String fieldName,
   Object value) | 
| Router | Router. setBgp(RouterBgp bgp)BGP information specific to this router. | 
| Router | Router. setBgpPeers(List<RouterBgpPeer> bgpPeers)BGP information that must be configured into the routing stack to establish BGP peering. | 
| Router | Router. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| Router | Router. setDescription(String description)An optional description of this resource. | 
| Router | Router. setEncryptedInterconnectRouter(Boolean encryptedInterconnectRouter)Indicates if a router is dedicated for use with encrypted VLAN attachments
 (interconnectAttachments). | 
| Router | Router. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| Router | Router. setInterfaces(List<RouterInterface> interfaces)Router interfaces. | 
| Router | Router. setKind(String kind)[Output Only] Type of resource. | 
| Router | Router. setName(String name)Name of the resource. | 
| Router | Router. setNats(List<RouterNat> nats)A list of NAT services created in this router. | 
| Router | Router. setNetwork(String network)URI of the network to which this router belongs. | 
| Router | Router. setRegion(String region)[Output Only] URI of the region where the router resides. | 
| Router | Router. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Router> | RouterList. getItems()A list of Router resources. | 
| List<Router> | RoutersScopedList. getRouters()A list of routers contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| RoutersPreviewResponse | RoutersPreviewResponse. setResource(Router resource)Preview of given router. | 
| Modifier and Type | Method and Description | 
|---|---|
| RouterList | RouterList. setItems(List<Router> items)A list of Router resources. | 
| RoutersScopedList | RoutersScopedList. setRouters(List<Router> routers)A list of routers contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.