public sealed class DeleteAgentGatewayRequest : IMessage<DeleteAgentGatewayRequest>, IEquatable<DeleteAgentGatewayRequest>, IDeepCloneable<DeleteAgentGatewayRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class DeleteAgentGatewayRequest.
Request used by the DeleteAgentGateway method.
Implements
IMessageDeleteAgentGatewayRequest, IEquatableDeleteAgentGatewayRequest, IDeepCloneableDeleteAgentGatewayRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
DeleteAgentGatewayRequest()
public DeleteAgentGatewayRequest()DeleteAgentGatewayRequest(DeleteAgentGatewayRequest)
public DeleteAgentGatewayRequest(DeleteAgentGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteAgentGatewayRequest |
Properties
AgentGatewayName
public AgentGatewayName AgentGatewayName { get; set; }AgentGatewayName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayName |
|
Etag
public string Etag { get; set; }Optional. The etag of the AgentGateway to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. A name of the AgentGateway to delete. Must be in the format
projects/*/locations/*/agentGateways/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|