public sealed class ResourceContainer : IMessage<ResourceContainer>, IEquatable<ResourceContainer>, IDeepCloneable<ResourceContainer>, IBufferMessage, IMessage
Reference documentation and code samples for the Capacity Planner v1beta API class ResourceContainer.
The resource container of Google Cloud Platform hierarchy such as a project.
Implements
IMessageResourceContainer, IEquatableResourceContainer, IDeepCloneableResourceContainer, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
ResourceContainer()
public ResourceContainer()
ResourceContainer(ResourceContainer)
public ResourceContainer(ResourceContainer other)
Parameter | |
---|---|
Name | Description |
other |
ResourceContainer |
Properties
Id
public string Id { get; set; }
Required. Identifier of the resource container. For example, project number for project type.
Property Value | |
---|---|
Type | Description |
string |
Type
public ResourceContainer.Types.Type Type { get; set; }
Property Value | |
---|---|
Type | Description |
ResourceContainerTypesType |