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

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

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

Request message for GetMirroringDeployment.

Inheritance

object > GetMirroringDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

GetMirroringDeploymentRequest()

public GetMirroringDeploymentRequest()

GetMirroringDeploymentRequest(GetMirroringDeploymentRequest)

public GetMirroringDeploymentRequest(GetMirroringDeploymentRequest other)
Parameter
Name Description
other GetMirroringDeploymentRequest

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. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}

Property Value
Type Description
string