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

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

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

Resource in execution result.

Inheritance

object > Resource

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

Google.Cloud.WorkloadManager.V1.dll

Constructors

Resource()

public Resource()

Resource(Resource)

public Resource(Resource other)
Parameter
Name Description
other Resource

Properties

Name

public string Name { get; set; }

The name of the resource.

Property Value
Type Description
string

ServiceAccount

public string ServiceAccount { get; set; }

The service account associated with the resource.

Property Value
Type Description
string

Type

public string Type { get; set; }

The type of resource.

Property Value
Type Description
string