| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.Interconnects.Delete | 
| class  | Compute.Interconnects.Get | 
| class  | Compute.Interconnects.GetDiagnostics | 
| class  | Compute.Interconnects.Insert | 
| class  | Compute.Interconnects.List | 
| class  | Compute.Interconnects.Patch | 
| class  | Compute.Interconnects.SetLabels | 
| class  | Compute.Interconnects.TestIamPermissions | 
| Constructor and Description | 
|---|
| Interconnects() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Interconnects.Delete | delete(String project,
      String interconnect)Deletes the specified interconnect. | 
| Compute.Interconnects.Get | get(String project,
   String interconnect)Returns the specified interconnect. | 
| Compute.Interconnects.GetDiagnostics | getDiagnostics(String project,
              String interconnect)Returns the interconnectDiagnostics for the specified interconnect. | 
| Compute.Interconnects.Insert | insert(String project,
      Interconnect content)Creates a Interconnect in the specified project using the data included in the request. | 
| Compute.Interconnects.List | list(String project)Retrieves the list of interconnect available to the specified project. | 
| Compute.Interconnects.Patch | patch(String project,
     String interconnect,
     Interconnect content)Updates the specified interconnect with the data included in the request. | 
| Compute.Interconnects.SetLabels | setLabels(String project,
         String resource,
         GlobalSetLabelsRequest content)Sets the labels on an Interconnect. | 
| Compute.Interconnects.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.Interconnects.Delete delete(String project, String interconnect) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.interconnect - Name of the interconnect to delete.IOExceptionpublic Compute.Interconnects.Get get(String project, String interconnect) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.interconnect - Name of the interconnect to return.IOExceptionpublic Compute.Interconnects.GetDiagnostics getDiagnostics(String project, String interconnect) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.interconnect - Name of the interconnect resource to query.IOExceptionpublic Compute.Interconnects.Insert insert(String project, Interconnect content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the InterconnectIOExceptionpublic Compute.Interconnects.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Interconnects.Patch patch(String project, String interconnect, Interconnect content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.interconnect - Name of the interconnect to update.content - the InterconnectIOExceptionpublic Compute.Interconnects.SetLabels setLabels(String project, String resource, GlobalSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the GlobalSetLabelsRequestIOExceptionpublic Compute.Interconnects.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.