Show / Hide Table of Contents

Class ServicesResource.ConnectionsResource

The "connections" collection of methods.

Inheritance
object
ServicesResource.ConnectionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1beta
Assembly: Google.Apis.ServiceNetworking.v1beta.dll
Syntax
public class ServicesResource.ConnectionsResource

Constructors

ConnectionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudServicenetworkingV1betaConnection, string)

Creates a private connection that establishes a VPC Network Peering connection to a VPC network in the service producer's organization. The administrator of the service consumer's VPC network invokes this method. The administrator must assign one or more allocated IP ranges for provisioning subnetworks in the service producer's VPC network. This connection is used for all supported services in the service producer's organization, so it only needs to be invoked once. The response from the get operation will be of type Connection if the operation successfully completes.

Declaration
public virtual ServicesResource.ConnectionsResource.CreateRequest Create(GoogleCloudServicenetworkingV1betaConnection body, string parent)
Parameters
Type Name Description
GoogleCloudServicenetworkingV1betaConnection body

The body of the request.

string parent

The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.

Returns
Type Description
ServicesResource.ConnectionsResource.CreateRequest

List(string)

List the private connections that are configured in a service consumer's VPC network.

Declaration
public virtual ServicesResource.ConnectionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com. If you specify - as the parameter value, all configured public peering services are listed.

Returns
Type Description
ServicesResource.ConnectionsResource.ListRequest
In this article
Back to top Generated by DocFX