Modifier and Type | Class and Description |
---|---|
class |
Compute.Interconnects.Delete |
class |
Compute.Interconnects.Get |
class |
Compute.Interconnects.GetDiagnostics |
class |
Compute.Interconnects.GetMacsecConfig |
class |
Compute.Interconnects.Insert |
class |
Compute.Interconnects.List |
class |
Compute.Interconnects.Patch |
class |
Compute.Interconnects.SetLabels |
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.GetMacsecConfig |
getMacsecConfig(String project,
String interconnect)
Returns the interconnectMacsecConfig for the specified Interconnect.
|
Compute.Interconnects.Insert |
insert(String project,
Interconnect content)
Creates an Interconnect in the specified project using the data included in the request.
|
Compute.Interconnects.List |
list(String project)
Retrieves the list of Interconnects 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.
|
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.GetMacsecConfig getMacsecConfig(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
public 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 GlobalSetLabelsRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.