public static class AcceleratorConfig.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AcceleratorConfig |
build() |
AcceleratorConfig.Builder |
clone() |
Integer |
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.
|
AcceleratorConfig.Builder |
mergeFrom(AcceleratorConfig other) |
AcceleratorConfig.Builder |
setAcceleratorCount(Integer acceleratorCount)
The number of the guest accelerator cards exposed to this instance.
|
AcceleratorConfig.Builder |
setAcceleratorType(String acceleratorType)
Full or partial URL of the accelerator type resource to attach to this instance.
|
public AcceleratorConfig.Builder mergeFrom(AcceleratorConfig other)
public Integer getAcceleratorCount()
public AcceleratorConfig.Builder setAcceleratorCount(Integer acceleratorCount)
public String getAcceleratorType()
public AcceleratorConfig.Builder setAcceleratorType(String acceleratorType)
public AcceleratorConfig build()
public AcceleratorConfig.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.