Network Services v1 API - Class DeleteGatewayRequest (1.0.0-beta01)

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

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

Request used by the DeleteGateway method.

Inheritance

object > DeleteGatewayRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

DeleteGatewayRequest()

public DeleteGatewayRequest()

DeleteGatewayRequest(DeleteGatewayRequest)

public DeleteGatewayRequest(DeleteGatewayRequest other)
Parameter
Name Description
other DeleteGatewayRequest

Properties

GatewayName

public GatewayName GatewayName { get; set; }

GatewayName-typed view over the Name resource name property.

Property Value
Type Description
GatewayName

Name

public string Name { get; set; }

Required. A name of the Gateway to delete. Must be in the format projects/*/locations/*/gateways/*.

Property Value
Type Description
string