| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.InterconnectAttachments.AggregatedList | 
| class  | Compute.InterconnectAttachments.Delete | 
| class  | Compute.InterconnectAttachments.Get | 
| class  | Compute.InterconnectAttachments.Insert | 
| class  | Compute.InterconnectAttachments.List | 
| class  | Compute.InterconnectAttachments.Patch | 
| class  | Compute.InterconnectAttachments.SetLabels | 
| class  | Compute.InterconnectAttachments.TestIamPermissions | 
| Constructor and Description | 
|---|
| InterconnectAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.InterconnectAttachments.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of interconnect attachments. | 
| Compute.InterconnectAttachments.Delete | delete(String project,
      String region,
      String interconnectAttachment)Deletes the specified interconnect attachment. | 
| Compute.InterconnectAttachments.Get | get(String project,
   String region,
   String interconnectAttachment)Returns the specified interconnect attachment. | 
| Compute.InterconnectAttachments.Insert | insert(String project,
      String region,
      InterconnectAttachment content)Creates an InterconnectAttachment in the specified project using the data included in the
 request. | 
| Compute.InterconnectAttachments.List | list(String project,
    String region)Retrieves the list of interconnect attachments contained within the specified region. | 
| Compute.InterconnectAttachments.Patch | patch(String project,
     String region,
     String interconnectAttachment,
     InterconnectAttachment content)Updates the specified interconnect attachment with the data included in the request. | 
| Compute.InterconnectAttachments.SetLabels | setLabels(String project,
         String region,
         String resource,
         RegionSetLabelsRequest content)Sets the labels on an InterconnectAttachment. | 
| Compute.InterconnectAttachments.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.InterconnectAttachments.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.InterconnectAttachments.Delete delete(String project, String region, String interconnectAttachment) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.interconnectAttachment - Name of the interconnect attachment to delete.IOExceptionpublic Compute.InterconnectAttachments.Get get(String project, String region, String interconnectAttachment) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.interconnectAttachment - Name of the interconnect attachment to return.IOExceptionpublic Compute.InterconnectAttachments.Insert insert(String project, String region, InterconnectAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the InterconnectAttachmentIOExceptionpublic Compute.InterconnectAttachments.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionpublic Compute.InterconnectAttachments.Patch patch(String project, String region, String interconnectAttachment, InterconnectAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.interconnectAttachment - Name of the interconnect attachment to patch.content - the InterconnectAttachmentIOExceptionpublic Compute.InterconnectAttachments.SetLabels setLabels(String project, String region, String resource, RegionSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.content - the RegionSetLabelsRequestIOExceptionpublic Compute.InterconnectAttachments.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.