public sealed class FutureReservationSpecificSKUProperties : IMessage<FutureReservationSpecificSKUProperties>, IEquatable<FutureReservationSpecificSKUProperties>, IDeepCloneable<FutureReservationSpecificSKUProperties>, IBufferMessage, IMessageImplements
IMessageFutureReservationSpecificSKUProperties, IEquatableFutureReservationSpecificSKUProperties, IDeepCloneableFutureReservationSpecificSKUProperties, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FutureReservationSpecificSKUProperties()
public FutureReservationSpecificSKUProperties()FutureReservationSpecificSKUProperties(FutureReservationSpecificSKUProperties)
public FutureReservationSpecificSKUProperties(FutureReservationSpecificSKUProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
FutureReservationSpecificSKUProperties |
Properties
HasSourceInstanceTemplate
public bool HasSourceInstanceTemplate { get; }Gets whether the "source_instance_template" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasTotalCount
public bool HasTotalCount { get; }Gets whether the "total_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InstanceProperties
public AllocationSpecificSKUAllocationReservedInstanceProperties InstanceProperties { get; set; }Properties of the SKU instances being reserved.
| Property Value | |
|---|---|
| Type | Description |
AllocationSpecificSKUAllocationReservedInstanceProperties |
|
SourceInstanceTemplate
public string SourceInstanceTemplate { get; set; }The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalCount
public long TotalCount { get; set; }Total number of instances for which capacity assurance is requested at a future time period.
| Property Value | |
|---|---|
| Type | Description |
long |
|