public static interface FutureReservation.SpecificSKUPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceProperties()
public abstract Allocation.SpecificSKUAllocation.AllocatedInstanceProperties getInstanceProperties()Properties of the SKU instances being reserved.
.google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties instance_properties = 1;
| Returns | |
|---|---|
| Type | Description |
Allocation.SpecificSKUAllocation.AllocatedInstanceProperties |
The instanceProperties. |
getInstancePropertiesOrBuilder()
public abstract Allocation.SpecificSKUAllocation.AllocatedInstancePropertiesOrBuilder getInstancePropertiesOrBuilder()Properties of the SKU instances being reserved.
.google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties instance_properties = 1;
| Returns | |
|---|---|
| Type | Description |
Allocation.SpecificSKUAllocation.AllocatedInstancePropertiesOrBuilder |
|
getTotalCount()
public abstract long getTotalCount()Total number of instances for which capacity assurance is requested at a future time period.
int64 total_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The totalCount. |
hasInstanceProperties()
public abstract boolean hasInstanceProperties()Properties of the SKU instances being reserved.
.google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties instance_properties = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceProperties field is set. |