Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
AcceleratorConfig |
AcceleratorConfig.Builder.build() |
static AcceleratorConfig |
AcceleratorConfig.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<AcceleratorConfig> |
Instance.getGuestAcceleratorsList()
A list of the type and count of accelerator cards attached to the instance.
|
List<AcceleratorConfig> |
Instance.Builder.getGuestAcceleratorsList()
A list of the type and count of accelerator cards attached to the instance.
|
List<AcceleratorConfig> |
InstanceProperties.getGuestAcceleratorsList()
A list of guest accelerator cards' type and count to use for instances created from the
instance template.
|
List<AcceleratorConfig> |
InstanceProperties.Builder.getGuestAcceleratorsList()
A list of guest accelerator cards' type and count to use for instances created from the
instance template.
|
List<AcceleratorConfig> |
InstancesSetMachineResourcesRequest.getGuestAcceleratorsList()
A list of the type and count of accelerator cards attached to the instance.
|
List<AcceleratorConfig> |
InstancesSetMachineResourcesRequest.Builder.getGuestAcceleratorsList()
A list of the type and count of accelerator cards attached to the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addGuestAccelerators(AcceleratorConfig guestAccelerators)
A list of the type and count of accelerator cards attached to the instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addGuestAccelerators(AcceleratorConfig guestAccelerators)
A list of guest accelerator cards' type and count to use for instances created from the
instance template.
|
InstancesSetMachineResourcesRequest.Builder |
InstancesSetMachineResourcesRequest.Builder.addGuestAccelerators(AcceleratorConfig guestAccelerators)
A list of the type and count of accelerator cards attached to the instance.
|
AcceleratorConfig.Builder |
AcceleratorConfig.Builder.mergeFrom(AcceleratorConfig other) |
static AcceleratorConfig.Builder |
AcceleratorConfig.newBuilder(AcceleratorConfig prototype) |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.addAllGuestAccelerators(List<AcceleratorConfig> guestAccelerators)
A list of the type and count of accelerator cards attached to the instance.
|
InstanceProperties.Builder |
InstanceProperties.Builder.addAllGuestAccelerators(List<AcceleratorConfig> guestAccelerators)
A list of guest accelerator cards' type and count to use for instances created from the
instance template.
|
InstancesSetMachineResourcesRequest.Builder |
InstancesSetMachineResourcesRequest.Builder.addAllGuestAccelerators(List<AcceleratorConfig> guestAccelerators)
A list of the type and count of accelerator cards attached to the instance.
|
Copyright © 2019 Google LLC. All rights reserved.