Network Security v1 API - Class DeleteInterceptDeploymentRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class DeleteInterceptDeploymentRequest.

Request message for DeleteInterceptDeployment.

Inheritance

object > DeleteInterceptDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

DeleteInterceptDeploymentRequest()

public DeleteInterceptDeploymentRequest()

DeleteInterceptDeploymentRequest(DeleteInterceptDeploymentRequest)

public DeleteInterceptDeploymentRequest(DeleteInterceptDeploymentRequest other)
Parameter
Name Description
other DeleteInterceptDeploymentRequest

Properties

InterceptDeploymentName

public InterceptDeploymentName InterceptDeploymentName { get; set; }

InterceptDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
InterceptDeploymentName

Name

public string Name { get; set; }

Required. Name of the resource

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Property Value
Type Description
string