RegionAutoscalersResource class
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
-
delete(String project, String region, String autoscaler, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified autoscaler.
-
get(String project, String region, String autoscaler, {String? $fields})
→ Future<Autoscaler>
-
Returns the specified autoscaler.
-
insert(Autoscaler request, String project, String region, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates an autoscaler in the specified project 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<RegionAutoscalerList>
-
Retrieves a list of autoscalers contained within the specified region.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Autoscaler request, String project, String region, {String? autoscaler, String? requestId, String? $fields})
→ Future<Operation>
-
Updates an autoscaler in the specified project using the data included in
the request.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Autoscaler request, String project, String region, {String? autoscaler, String? requestId, String? $fields})
→ Future<Operation>
-
Updates an autoscaler in the specified project using the data included in
the request.