Google Cloud OS Config v1 API - Class UpdatePatchDeploymentRequest (2.3.0)

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

Reference documentation and code samples for the Google Cloud OS Config v1 API class UpdatePatchDeploymentRequest.

A request message for updating a patch deployment.

Inheritance

object > UpdatePatchDeploymentRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

UpdatePatchDeploymentRequest()

public UpdatePatchDeploymentRequest()

UpdatePatchDeploymentRequest(UpdatePatchDeploymentRequest)

public UpdatePatchDeploymentRequest(UpdatePatchDeploymentRequest other)
Parameter
NameDescription
otherUpdatePatchDeploymentRequest

Properties

PatchDeployment

public PatchDeployment PatchDeployment { get; set; }

Required. The patch deployment to Update.

Property Value
TypeDescription
PatchDeployment

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask that controls which fields of the patch deployment should be updated.

Property Value
TypeDescription
FieldMask