InterconnectsResource class

Constructors

InterconnectsResource(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 interconnect, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified Interconnect.
get(String project, String interconnect, {String? $fields}) Future<Interconnect>
Returns the specified Interconnect.
getDiagnostics(String project, String interconnect, {String? $fields}) Future<InterconnectsGetDiagnosticsResponse>
Returns the interconnectDiagnostics for the specified Interconnect.
getMacsecConfig(String project, String interconnect, {String? $fields}) Future<InterconnectsGetMacsecConfigResponse>
Returns the interconnectMacsecConfig for the specified Interconnect.
insert(Interconnect request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates an Interconnect in the specified project using the data included in the request.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<InterconnectList>
Retrieves the list of Interconnects available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Interconnect request, String project, String interconnect, {String? requestId, String? $fields}) Future<Operation>
Updates the specified Interconnect with the data included in the request.
setLabels(GlobalSetLabelsRequest request, String project, String resource, {String? $fields}) Future<Operation>
Sets the labels on an Interconnect.
toString() String
A string representation of this object.
inherited

Operators

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