public sealed class AllocationSpecificSKUReservation : IMessage<AllocationSpecificSKUReservation>, IEquatable<AllocationSpecificSKUReservation>, IDeepCloneable<AllocationSpecificSKUReservation>, IBufferMessage, IMessageThis reservation type allows to pre allocate specific instance configuration. Next ID: 5
Implements
IMessage<AllocationSpecificSKUReservation>, IEquatable<AllocationSpecificSKUReservation>, IDeepCloneable<AllocationSpecificSKUReservation>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationSpecificSKUReservation()
public AllocationSpecificSKUReservation()AllocationSpecificSKUReservation(AllocationSpecificSKUReservation)
public AllocationSpecificSKUReservation(AllocationSpecificSKUReservation other)| Parameter | |
|---|---|
| Name | Description |
other |
AllocationSpecificSKUReservation |
Properties
AssuredCount
public long AssuredCount { get; set; }[Output Only] Indicates how many instances are actually usable currently.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
Count
public long Count { get; set; }Specifies the number of resources that are allocated.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
HasAssuredCount
public bool HasAssuredCount { get; }Gets whether the "assured_count" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasCount
public bool HasCount { get; }Gets whether the "count" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasInUseCount
public bool HasInUseCount { get; }Gets whether the "in_use_count" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
InstanceProperties
public AllocationSpecificSKUAllocationReservedInstanceProperties InstanceProperties { get; set; }The instance properties for the reservation.
| Property Value | |
|---|---|
| Type | Description |
AllocationSpecificSKUAllocationReservedInstanceProperties |
|
InUseCount
public long InUseCount { get; set; }[Output Only] Indicates how many instances are in use.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|