InterconnectAttachmentsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
aggregatedList(String project, {String filter, bool includeAllScopes, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, 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 non-existent 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. This method supports PATCH semantics and uses the JSON merge
patch format and processing rules. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited