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

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

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

Request message for UpdateInterceptDeployment.

Inheritance

object > UpdateInterceptDeploymentRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

UpdateInterceptDeploymentRequest()

public UpdateInterceptDeploymentRequest()

UpdateInterceptDeploymentRequest(UpdateInterceptDeploymentRequest)

public UpdateInterceptDeploymentRequest(UpdateInterceptDeploymentRequest other)
Parameter
Name Description
other UpdateInterceptDeploymentRequest

Properties

InterceptDeployment

public InterceptDeployment InterceptDeployment { get; set; }

Required. The deployment to update.

Property Value
Type Description
InterceptDeployment

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 intercept_deployment.description). See https://google.aip.dev/161 for more details.

Property Value
Type Description
FieldMask