InterconnectAttachmentsResource class

Constructors

InterconnectAttachmentsResource(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<InterconnectAttachmentAggregatedList>
Retrieves an aggregated list of interconnect attachments.
delete(String project, String region, String interconnectAttachment, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified interconnect attachment.
get(String project, String region, String interconnectAttachment, {String? $fields}) Future<InterconnectAttachment>
Returns the specified interconnect attachment.
insert(InterconnectAttachment request, String project, String region, {String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Creates an InterconnectAttachment 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<InterconnectAttachmentList>
Retrieves the list of interconnect attachments contained within the specified region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(InterconnectAttachment request, String project, String region, String interconnectAttachment, {String? requestId, String? $fields}) Future<Operation>
Updates the specified interconnect attachment with the data included in the request.
setLabels(RegionSetLabelsRequest request, String project, String region, String resource, {String? requestId, String? $fields}) Future<Operation>
Sets the labels on an InterconnectAttachment.
toString() String
A string representation of this object.
inherited

Operators

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