Uses of Class
com.google.cloud.compute.v1.RoutersClient.GetNatMappingInfoPagedResponse
-
Packages that use RoutersClient.GetNatMappingInfoPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of RoutersClient.GetNatMappingInfoPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RoutersClient.GetNatMappingInfoPagedResponse Modifier and Type Method Description RoutersClient.GetNatMappingInfoPagedResponseRoutersClient. getNatMappingInfo(GetNatMappingInfoRoutersRequest request)Retrieves runtime Nat mapping information of VM endpoints.RoutersClient.GetNatMappingInfoPagedResponseRoutersClient. getNatMappingInfo(String project, String region, String router)Retrieves runtime Nat mapping information of VM endpoints.Methods in com.google.cloud.compute.v1 that return types with arguments of type RoutersClient.GetNatMappingInfoPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RoutersClient.GetNatMappingInfoPagedResponse>RoutersClient.GetNatMappingInfoPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,VmEndpointNatMappings> context, com.google.api.core.ApiFuture<VmEndpointNatMappingsList> futureResponse)com.google.api.gax.rpc.UnaryCallable<GetNatMappingInfoRoutersRequest,RoutersClient.GetNatMappingInfoPagedResponse>RoutersClient. getNatMappingInfoPagedCallable()Retrieves runtime Nat mapping information of VM endpoints.com.google.api.gax.rpc.PagedCallSettings.Builder<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse>RoutersSettings.Builder. getNatMappingInfoSettings()Returns the builder for the settings used for calls to getNatMappingInfo.com.google.api.gax.rpc.PagedCallSettings<GetNatMappingInfoRoutersRequest,VmEndpointNatMappingsList,RoutersClient.GetNatMappingInfoPagedResponse>RoutersSettings. getNatMappingInfoSettings()Returns the object with the settings used for calls to getNatMappingInfo. -
Uses of RoutersClient.GetNatMappingInfoPagedResponse in com.google.cloud.compute.v1.stub
-