RoutersResource class

Constructors

RoutersResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<RouterAggregatedList>
Retrieves an aggregated list of routers.
delete(String project, String region, String router, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified Router resource.
get(String project, String region, String router, {String? $fields}) Future<Router>
Returns the specified Router resource.
getNatIpInfo(String project, String region, String router, {String? natName, String? $fields}) Future<NatIpInfoResponse>
Retrieves runtime NAT IP information.
getNatMappingInfo(String project, String region, String router, {String? filter, int? maxResults, String? natName, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<VmEndpointNatMappingsList>
Retrieves runtime Nat mapping information of VM endpoints.
getRouterStatus(String project, String region, String router, {String? $fields}) Future<RouterStatusResponse>
Retrieves runtime information of the specified router.
insert(Router request, String project, String region, {String? requestId, String? $fields}) Future<Operation>
Creates a Router resource in the specified project and region using the data included in the request.
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<RouterList>
Retrieves a list of Router resources available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Router request, String project, String region, String router, {String? requestId, String? $fields}) Future<Operation>
Patches the specified Router resource with the data included in the request.
preview(Router request, String project, String region, String router, {String? $fields}) Future<RoutersPreviewResponse>
Preview fields auto-generated during router create and update operations.
toString() String
A string representation of this object.
inherited
update(Router request, String project, String region, String router, {String? requestId, String? $fields}) Future<Operation>
Updates the specified Router resource with the data included in the request.

Operators

operator ==(Object other) bool
The equality operator.
inherited