Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectRegionRouterName |
ProjectRegionRouterName.Builder.build() |
static ProjectRegionRouterName |
ProjectRegionRouterName.of(String project,
String region,
String router) |
static ProjectRegionRouterName |
ProjectRegionRouterName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectRegionRouterName> |
ProjectRegionRouterName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Operation |
RouterClient.deleteRouter(ProjectRegionRouterName router)
Deletes the specified Router resource.
|
RouterClient.GetNatMappingInfoRoutersPagedResponse |
RouterClient.getNatMappingInfoRouters(ProjectRegionRouterName router)
Retrieves runtime Nat mapping information of VM endpoints.
|
Router |
RouterClient.getRouter(ProjectRegionRouterName router)
Returns the specified Router resource.
|
RouterStatusResponse |
RouterClient.getRouterStatusRouter(ProjectRegionRouterName router)
Retrieves runtime information of the specified router.
|
Operation |
RouterClient.patchRouter(ProjectRegionRouterName router,
Router routerResource,
List<String> fieldMask)
Patches the specified Router resource with the data included in the request.
|
RoutersPreviewResponse |
RouterClient.previewRouter(ProjectRegionRouterName router,
Router routerResource)
Preview fields auto-generated during router create and update operations.
|
Operation |
RouterClient.updateRouter(ProjectRegionRouterName router,
Router routerResource,
List<String> fieldMask)
Updates the specified Router resource with the data included in the request.
|
Constructor and Description |
---|
Builder(ProjectRegionRouterName projectRegionRouterName) |
Copyright © 2019 Google LLC. All rights reserved.