public sealed class UpdateMirroringDeploymentRequest : IMessage<UpdateMirroringDeploymentRequest>, IEquatable<UpdateMirroringDeploymentRequest>, IDeepCloneable<UpdateMirroringDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class UpdateMirroringDeploymentRequest.
Request message for UpdateMirroringDeployment.
Implements
IMessageUpdateMirroringDeploymentRequest, IEquatableUpdateMirroringDeploymentRequest, IDeepCloneableUpdateMirroringDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
UpdateMirroringDeploymentRequest()
public UpdateMirroringDeploymentRequest()UpdateMirroringDeploymentRequest(UpdateMirroringDeploymentRequest)
public UpdateMirroringDeploymentRequest(UpdateMirroringDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMirroringDeploymentRequest |
Properties
MirroringDeployment
public MirroringDeployment MirroringDeployment { get; set; }Required. The deployment to update.
| Property Value | |
|---|---|
| Type | Description |
MirroringDeployment |
|
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 |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not mirroring_deployment.description).
See https://google.aip.dev/161 for more details.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|