|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GpuCardType | |
---|---|
com.baidubce.services.bcc.model.instance |
Uses of GpuCardType in com.baidubce.services.bcc.model.instance |
---|
Methods in com.baidubce.services.bcc.model.instance that return GpuCardType | |
---|---|
GpuCardType |
CreateInstanceRequest.getGpuCard()
|
static GpuCardType |
GpuCardType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GpuCardType[] |
GpuCardType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.baidubce.services.bcc.model.instance with parameters of type GpuCardType | |
---|---|
static boolean |
GpuCardType.isExists(GpuCardType gpuCardType)
|
void |
CreateInstanceRequest.setGpuCard(GpuCardType gpuCard)
|
CreateInstanceRequest |
CreateInstanceRequest.withGpuCard(GpuCardType gpuCard)
Configure the gpuCard for the request, see all of supported gpu card type in GpuCardType |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |