public interface AcceleratorConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAcceleratorCount()
The number of the guest accelerator cards exposed to this instance.
|
String |
getAcceleratorType()
Full or partial URL of the accelerator type resource to attach to this instance.
|
com.google.protobuf.ByteString |
getAcceleratorTypeBytes()
Full or partial URL of the accelerator type resource to attach to this instance.
|
boolean |
hasAcceleratorCount()
The number of the guest accelerator cards exposed to this instance.
|
boolean |
hasAcceleratorType()
Full or partial URL of the accelerator type resource to attach to this instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAcceleratorCount()
The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;int getAcceleratorCount()
The number of the guest accelerator cards exposed to this instance.
optional int32 accelerator_count = 504879675;boolean hasAcceleratorType()
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;String getAcceleratorType()
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;com.google.protobuf.ByteString getAcceleratorTypeBytes()
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
optional string accelerator_type = 138031246;Copyright © 2023 Google LLC. All rights reserved.