| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorType |
AcceleratorType.clone() |
AcceleratorType |
AcceleratorType.set(String fieldName,
Object value) |
AcceleratorType |
AcceleratorType.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
AcceleratorType |
AcceleratorType.setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this accelerator type.
|
AcceleratorType |
AcceleratorType.setDescription(String description)
[Output Only] An optional textual description of the resource.
|
AcceleratorType |
AcceleratorType.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
AcceleratorType |
AcceleratorType.setKind(String kind)
[Output Only] The type of the resource.
|
AcceleratorType |
AcceleratorType.setMaximumCardsPerInstance(Integer maximumCardsPerInstance)
[Output Only] Maximum accelerator cards allowed per instance.
|
AcceleratorType |
AcceleratorType.setName(String name)
[Output Only] Name of the resource.
|
AcceleratorType |
AcceleratorType.setSelfLink(String selfLink)
[Output Only] Server-defined fully-qualified URL for this resource.
|
AcceleratorType |
AcceleratorType.setZone(String zone)
[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceleratorType> |
AcceleratorTypesScopedList.getAcceleratorTypes()
[Output Only] A list of accelerator types contained in this scope.
|
List<AcceleratorType> |
AcceleratorTypeList.getItems()
A list of AcceleratorType resources.
|
| Modifier and Type | Method and Description |
|---|---|
AcceleratorTypesScopedList |
AcceleratorTypesScopedList.setAcceleratorTypes(List<AcceleratorType> acceleratorTypes)
[Output Only] A list of accelerator types contained in this scope.
|
AcceleratorTypeList |
AcceleratorTypeList.setItems(List<AcceleratorType> items)
A list of AcceleratorType resources.
|
Copyright © 2011–2020 Google. All rights reserved.