Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
AllocationAggregateReservationReservedResourceInfo |
AllocationAggregateReservationReservedResourceInfo.clone() |
AllocationAggregateReservationReservedResourceInfo |
AllocationAggregateReservationReservedResourceInfo.set(String fieldName,
Object value) |
AllocationAggregateReservationReservedResourceInfo |
AllocationAggregateReservationReservedResourceInfo.setAccelerator(AllocationAggregateReservationReservedResourceInfoAccelerator accelerator)
Properties of accelerator resources in this reservation.
|
Modifier and Type | Method and Description |
---|---|
List<AllocationAggregateReservationReservedResourceInfo> |
AllocationAggregateReservation.getInUseResources()
[Output only] List of resources currently in use.
|
List<AllocationAggregateReservationReservedResourceInfo> |
AllocationAggregateReservation.getReservedResources()
List of reserved resources (CPUs, memory, accelerators).
|
Modifier and Type | Method and Description |
---|---|
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).
|
Copyright © 2011–2024 Google. All rights reserved.