Network Services v1 API - Class DeleteAgentGatewayRequest (1.6.0)

public sealed class DeleteAgentGatewayRequest : IMessage<DeleteAgentGatewayRequest>, IEquatable<DeleteAgentGatewayRequest>, IDeepCloneable<DeleteAgentGatewayRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class DeleteAgentGatewayRequest.

Request used by the DeleteAgentGateway method.

Inheritance

object > DeleteAgentGatewayRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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