Capacity Planner v1beta API - Class ResourceAttribute (1.0.0-beta01)

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

Reference documentation and code samples for the Capacity Planner v1beta API class ResourceAttribute.

An attribute of a Google Cloud Platform resource.

Inheritance

object > ResourceAttribute

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

ResourceAttribute()

public ResourceAttribute()

ResourceAttribute(ResourceAttribute)

public ResourceAttribute(ResourceAttribute other)
Parameter
Name Description
other ResourceAttribute

Properties

Key

public string Key { get; set; }
Property Value
Type Description
string

Value

public ResourceValue Value { get; set; }
Property Value
Type Description
ResourceValue