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 |
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.
|
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.IOException
public 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.IOException
public 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.IOException
public 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 Interconnect
IOException
public Compute.Interconnects.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public 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 Interconnect
IOException
Copyright © 2011–2021 Google. All rights reserved.