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

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

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

A request message to update an OS policy assignment

Inheritance

object > UpdateOSPolicyAssignmentRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

UpdateOSPolicyAssignmentRequest()

public UpdateOSPolicyAssignmentRequest()

UpdateOSPolicyAssignmentRequest(UpdateOSPolicyAssignmentRequest)

public UpdateOSPolicyAssignmentRequest(UpdateOSPolicyAssignmentRequest other)
Parameter
NameDescription
otherUpdateOSPolicyAssignmentRequest

Properties

OsPolicyAssignment

public OSPolicyAssignment OsPolicyAssignment { get; set; }

Required. The updated OS policy assignment.

Property Value
TypeDescription
OSPolicyAssignment

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask