Assured Workloads v1 API - Class GetWorkloadRequest (2.5.0)

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

Reference documentation and code samples for the Assured Workloads v1 API class GetWorkloadRequest.

Request for fetching a workload.

Inheritance

object > GetWorkloadRequest

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

GetWorkloadRequest()

public GetWorkloadRequest()

GetWorkloadRequest(GetWorkloadRequest)

public GetWorkloadRequest(GetWorkloadRequest other)
Parameter
NameDescription
otherGetWorkloadRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the Workload to fetch. This is the workload's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

Property Value
TypeDescription
string

WorkloadName

public WorkloadName WorkloadName { get; set; }

WorkloadName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkloadName