public sealed class Allocation.Types.SpecificSKUAllocation : IMessage<Allocation.Types.SpecificSKUAllocation>, IEquatable<Allocation.Types.SpecificSKUAllocation>, IDeepCloneable<Allocation.Types.SpecificSKUAllocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Capacity Planner v1beta API class Allocation.Types.SpecificSKUAllocation.
This reservation type allows to pre allocate specific instance configuration.
Implements
IMessageAllocationTypesSpecificSKUAllocation, IEquatableAllocationTypesSpecificSKUAllocation, IDeepCloneableAllocationTypesSpecificSKUAllocation, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
SpecificSKUAllocation()
public SpecificSKUAllocation()
SpecificSKUAllocation(SpecificSKUAllocation)
public SpecificSKUAllocation(Allocation.Types.SpecificSKUAllocation other)
Parameter | |
---|---|
Name | Description |
other |
AllocationTypesSpecificSKUAllocation |
Properties
AssuredCount
public long AssuredCount { get; set; }
Indicates how many instances are actually usable currently.
Property Value | |
---|---|
Type | Description |
long |
Count
public long Count { get; set; }
Specifies the number of resources that are allocated.
Property Value | |
---|---|
Type | Description |
long |
InstanceProperties
public Allocation.Types.SpecificSKUAllocation.Types.AllocatedInstanceProperties InstanceProperties { get; set; }
The instance properties for the reservation.
Property Value | |
---|---|
Type | Description |
AllocationTypesSpecificSKUAllocationTypesAllocatedInstanceProperties |
UsedCount
public long UsedCount { get; set; }
Indicates how many instances are in use.
Property Value | |
---|---|
Type | Description |
long |