Class ServicesResource.ConnectionsResource.DeleteConnectionRequest
Deletes a private service access connection.
Inheritance
ServicesResource.ConnectionsResource.DeleteConnectionRequest
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ConnectionsResource.DeleteConnectionRequest : ServiceNetworkingBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeleteConnectionRequest(IClientService, DeleteConnectionRequest, string)
Constructs a new DeleteConnection request.
Declaration
public DeleteConnectionRequest(IClientService service, DeleteConnectionRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DeleteConnectionRequest | body | |
| string | name |
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
Name
Required. The private service connection that connects to a service producer organization. The name
includes both the private service name and the VPC network peering name in the format of
services/{peering_service_name}/connections/{vpc_peering_name}. For Google services that support
this functionality, this is
services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes DeleteConnection parameter list.
Declaration
protected override void InitParameters()