Workload Manager v1 API - Class ResourceStatus (1.0.0-beta01)

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

Reference documentation and code samples for the Workload Manager v1 API class ResourceStatus.

The lifecycle status of an Evaluation resource.

Inheritance

object > ResourceStatus

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

Google.Cloud.WorkloadManager.V1.dll

Constructors

ResourceStatus()

public ResourceStatus()

ResourceStatus(ResourceStatus)

public ResourceStatus(ResourceStatus other)
Parameter
Name Description
other ResourceStatus

Properties

State

public ResourceStatus.Types.State State { get; set; }

State of the Evaluation resource.

Property Value
Type Description
ResourceStatusTypesState