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

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

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

Request message for DeleteMirroringDeployment.

Inheritance

object > DeleteMirroringDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

DeleteMirroringDeploymentRequest()

public DeleteMirroringDeploymentRequest()

DeleteMirroringDeploymentRequest(DeleteMirroringDeploymentRequest)

public DeleteMirroringDeploymentRequest(DeleteMirroringDeploymentRequest other)
Parameter
Name Description
other DeleteMirroringDeploymentRequest

Properties

MirroringDeploymentName

public MirroringDeploymentName MirroringDeploymentName { get; set; }

MirroringDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
MirroringDeploymentName

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