Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ResourceCommitment |
ResourceCommitment.clone() |
ResourceCommitment |
ResourceCommitment.set(String fieldName,
Object value) |
ResourceCommitment |
ResourceCommitment.setAcceleratorType(String acceleratorType)
Name of the accelerator type or GPU resource.
|
ResourceCommitment |
ResourceCommitment.setAmount(Long amount)
The quantity of the hardware resource that you want to commit to purchasing (in a type-
dependent unit).
|
ResourceCommitment |
ResourceCommitment.setType(String type)
The type of hardware resource that you want to specify.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceCommitment> |
Commitment.getResources()
The list of all the hardware resources, with their types and amounts, that you want to commit
to.
|
Modifier and Type | Method and Description |
---|---|
Commitment |
Commitment.setResources(List<ResourceCommitment> resources)
The list of all the hardware resources, with their types and amounts, that you want to commit
to.
|
Copyright © 2011–2025 Google. All rights reserved.