Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
AllocationAggregateReservation |
AllocationAggregateReservation.clone() |
AllocationAggregateReservation |
Reservation.getAggregateReservation()
Reservation for aggregated resources, providing shape flexibility.
|
AllocationAggregateReservation |
AllocationAggregateReservation.set(String fieldName,
Object value) |
AllocationAggregateReservation |
AllocationAggregateReservation.setInUseResources(List<AllocationAggregateReservationReservedResourceInfo> inUseResources)
[Output only] List of resources currently in use.
|
AllocationAggregateReservation |
AllocationAggregateReservation.setReservedResources(List<AllocationAggregateReservationReservedResourceInfo> reservedResources)
List of reserved resources (CPUs, memory, accelerators).
|
AllocationAggregateReservation |
AllocationAggregateReservation.setVmFamily(String vmFamily)
The VM family that all instances scheduled against this reservation must belong to.
|
AllocationAggregateReservation |
AllocationAggregateReservation.setWorkloadType(String workloadType)
The workload type of the instances that will target this reservation.
|
Modifier and Type | Method and Description |
---|---|
Reservation |
Reservation.setAggregateReservation(AllocationAggregateReservation aggregateReservation)
Reservation for aggregated resources, providing shape flexibility.
|
Copyright © 2011–2025 Google. All rights reserved.