Show / Hide Table of Contents

Class CrossSiteNetworksResource

The "crossSiteNetworks" collection of methods.

Inheritance
object
CrossSiteNetworksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CrossSiteNetworksResource

Constructors

CrossSiteNetworksResource(IClientService)

Constructs a new resource.

Declaration
public CrossSiteNetworksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, string)

Deletes the specified cross-site network in the given scope.

Declaration
public virtual CrossSiteNetworksResource.DeleteRequest Delete(string project, string crossSiteNetwork)
Parameters
Type Name Description
string project

Project ID for this request.

string crossSiteNetwork

Name of the cross-site network to delete.

Returns
Type Description
CrossSiteNetworksResource.DeleteRequest

Get(string, string)

Returns the specified cross-site network in the given scope.

Declaration
public virtual CrossSiteNetworksResource.GetRequest Get(string project, string crossSiteNetwork)
Parameters
Type Name Description
string project

Project ID for this request.

string crossSiteNetwork

Name of the cross-site network to return.

Returns
Type Description
CrossSiteNetworksResource.GetRequest

Insert(CrossSiteNetwork, string)

Creates a cross-site network in the specified project in the given scope using the parameters that are included in the request.

Declaration
public virtual CrossSiteNetworksResource.InsertRequest Insert(CrossSiteNetwork body, string project)
Parameters
Type Name Description
CrossSiteNetwork body

The body of the request.

string project

Project ID for this request.

Returns
Type Description
CrossSiteNetworksResource.InsertRequest

List(string)

Lists the cross-site networks for a project in the given scope.

Declaration
public virtual CrossSiteNetworksResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID for this request.

Returns
Type Description
CrossSiteNetworksResource.ListRequest

Patch(CrossSiteNetwork, string, string)

Updates the specified cross-site network with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.

Declaration
public virtual CrossSiteNetworksResource.PatchRequest Patch(CrossSiteNetwork body, string project, string crossSiteNetwork)
Parameters
Type Name Description
CrossSiteNetwork body

The body of the request.

string project

Project ID for this request.

string crossSiteNetwork

Name of the cross-site network to update.

Returns
Type Description
CrossSiteNetworksResource.PatchRequest
In this article
Back to top Generated by DocFX