Google Cloud OS Config v1alpha API - Class UpdateOSPolicyAssignmentRequest (2.0.0-alpha05)

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

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

A request message to update an OS policy assignment

Inheritance

object > UpdateOSPolicyAssignmentRequest

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

UpdateOSPolicyAssignmentRequest()

public UpdateOSPolicyAssignmentRequest()

UpdateOSPolicyAssignmentRequest(UpdateOSPolicyAssignmentRequest)

public UpdateOSPolicyAssignmentRequest(UpdateOSPolicyAssignmentRequest other)
Parameter
Name Description
other UpdateOSPolicyAssignmentRequest

Properties

OsPolicyAssignment

public OSPolicyAssignment OsPolicyAssignment { get; set; }

Required. The updated OS policy assignment.

Property Value
Type Description
OSPolicyAssignment

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
Type Description
FieldMask