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

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

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

Request message for CreateMirroringDeployment.

Inheritance

object > CreateMirroringDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

CreateMirroringDeploymentRequest()

public CreateMirroringDeploymentRequest()

CreateMirroringDeploymentRequest(CreateMirroringDeploymentRequest)

public CreateMirroringDeploymentRequest(CreateMirroringDeploymentRequest other)
Parameter
Name Description
other CreateMirroringDeploymentRequest

Properties

MirroringDeployment

public MirroringDeployment MirroringDeployment { get; set; }

Required. The deployment to create.

Property Value
Type Description
MirroringDeployment

MirroringDeploymentId

public string MirroringDeploymentId { get; set; }

Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

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