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

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

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

The identifier for a Google Cloud Platform resource.

Inheritance

object > ResourceIdentifier

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

ResourceIdentifier()

public ResourceIdentifier()

ResourceIdentifier(ResourceIdentifier)

public ResourceIdentifier(ResourceIdentifier other)
Parameter
Name Description
other ResourceIdentifier

Properties

ResourceAttributes

public RepeatedField<ResourceAttribute> ResourceAttributes { get; }
Property Value
Type Description
RepeatedFieldResourceAttribute

ResourceName

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

ServiceName

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