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.
Implements
IMessageResourceAttribute, IEquatableResourceAttribute, IDeepCloneableResourceAttribute, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
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 |