Modifier and Type | Class and Description |
---|---|
class |
Compute.CrossSiteNetworks.Delete |
class |
Compute.CrossSiteNetworks.Get |
class |
Compute.CrossSiteNetworks.Insert |
class |
Compute.CrossSiteNetworks.List |
class |
Compute.CrossSiteNetworks.Patch |
Constructor and Description |
---|
CrossSiteNetworks() |
Modifier and Type | Method and Description |
---|---|
Compute.CrossSiteNetworks.Delete |
delete(String project,
String crossSiteNetwork)
Deletes the specified cross-site network in the given scope.
|
Compute.CrossSiteNetworks.Get |
get(String project,
String crossSiteNetwork)
Returns the specified cross-site network in the given scope.
|
Compute.CrossSiteNetworks.Insert |
insert(String project,
CrossSiteNetwork content)
Creates a cross-site network in the specified project in the given scope using the parameters
that are included in the request.
|
Compute.CrossSiteNetworks.List |
list(String project)
Lists the cross-site networks for a project in the given scope.
|
Compute.CrossSiteNetworks.Patch |
patch(String project,
String crossSiteNetwork,
CrossSiteNetwork content)
Updates the specified cross-site network with the data included in the request.
|
public Compute.CrossSiteNetworks.Delete delete(String project, String crossSiteNetwork) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- Name of the cross-site network to delete.IOException
public Compute.CrossSiteNetworks.Get get(String project, String crossSiteNetwork) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- Name of the cross-site network to return.IOException
public Compute.CrossSiteNetworks.Insert insert(String project, CrossSiteNetwork content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the CrossSiteNetwork
IOException
public Compute.CrossSiteNetworks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.CrossSiteNetworks.Patch patch(String project, String crossSiteNetwork, CrossSiteNetwork content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- Name of the cross-site network to update.content
- the CrossSiteNetwork
IOException
Copyright © 2011–2024 Google. All rights reserved.