| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.Interconnects.Delete  | 
class  | 
Compute.Interconnects.Get  | 
class  | 
Compute.Interconnects.GetDiagnostics  | 
class  | 
Compute.Interconnects.GetIamPolicy  | 
class  | 
Compute.Interconnects.Insert  | 
class  | 
Compute.Interconnects.List  | 
class  | 
Compute.Interconnects.Patch  | 
class  | 
Compute.Interconnects.SetIamPolicy  | 
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.GetIamPolicy | 
getIamPolicy(String project,
            String resource)
Gets the access control policy for a resource. 
 | 
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.SetIamPolicy | 
setIamPolicy(String project,
            String resource,
            GlobalSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
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.GetIamPolicy getIamPolicy(String project, String resource) 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.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.SetIamPolicy setIamPolicy(String project, String resource, GlobalSetPolicyRequest 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 GlobalSetPolicyRequestIOExceptionpublic 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–2020 Google. All rights reserved.