Class ServicesResource.ConnectionsResource.ListRequest
List the private connections that are configured in a service consumer's VPC network.
Inheritance
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ConnectionsResource.ListRequest : ServiceNetworkingBaseServiceRequest<ListConnectionsResponse>, IClientServiceRequest<ListConnectionsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Network
The name of service consumer's VPC network that's connected with service producer network through a
private connection. The network name must be in the following format:
projects/{project}/global/networks/{network}
. {project} is a project number, such as in 12345
that includes the VPC service consumer's VPC network. {network} is the name of the service
consumer's VPC network.
Declaration
[RequestParameter("network", RequestParameterType.Query)]
public virtual string Network { get; set; }
Property Value
Type | 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 services/-
as the parameter value, all configured peering services are listed.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()