| 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.IOExceptionpublic 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.IOExceptionpublic 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 CrossSiteNetworkIOExceptionpublic Compute.CrossSiteNetworks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic 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 CrossSiteNetworkIOExceptionCopyright © 2011–2025 Google. All rights reserved.