Class UpdateWorkloadRequest (1.0.0-beta08)

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

Request for Updating a workload.

Inheritance

Object > UpdateWorkloadRequest

Namespace

Google.Cloud.AssuredWorkloads.V1Beta1

Assembly

Google.Cloud.AssuredWorkloads.V1Beta1.dll

Constructors

UpdateWorkloadRequest()

public UpdateWorkloadRequest()

UpdateWorkloadRequest(UpdateWorkloadRequest)

public UpdateWorkloadRequest(UpdateWorkloadRequest other)
Parameter
NameDescription
otherUpdateWorkloadRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to be updated.

Property Value
TypeDescription
FieldMask

Workload

public Workload Workload { get; set; }

Required. The workload to update. The workload’s name field is used to identify the workload to be updated. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}

Property Value
TypeDescription
Workload