TargetInstancesResource class

Constructors

TargetInstancesResource(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<TargetInstanceAggregatedList>
Retrieves an aggregated list of target instances.
delete(String project, String zone, String targetInstance, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified TargetInstance resource.
get(String project, String zone, String targetInstance, {String? $fields}) Future<TargetInstance>
Returns the specified TargetInstance resource.
insert(TargetInstance request, String project, String zone, {String? requestId, String? $fields}) Future<Operation>
Creates a TargetInstance resource in the specified project and zone using the data included in the request.
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<TargetInstanceList>
Retrieves a list of TargetInstance resources available to the specified project and zone.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSecurityPolicy(SecurityPolicyReference request, String project, String zone, String targetInstance, {String? requestId, String? $fields}) Future<Operation>
Sets the Google Cloud Armor security policy for the specified target instance.
toString() String
A string representation of this object.
inherited

Operators

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