Assured Workloads v1beta1 API - Class UpdateWorkloadRequest (2.0.0-beta07)

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

Reference documentation and code samples for the Assured Workloads v1beta1 API class UpdateWorkloadRequest.

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
Name Description
other UpdateWorkloadRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to be updated.

Property Value
Type Description
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
Type Description
Workload