RegionInstanceTemplatesResource class

Constructors

RegionInstanceTemplatesResource(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

delete(String project, String region, String instanceTemplate, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified instance template.
get(String project, String region, String instanceTemplate, {String? $fields}) Future<InstanceTemplate>
Returns the specified instance template.
insert(InstanceTemplate request, String project, String region, {String? requestId, String? $fields}) Future<Operation>
Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<InstanceTemplateList>
Retrieves a list of instance templates that are contained within the specified project and region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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