Uses of Class
com.baidubce.services.bcc.model.instance.FpgaCardType

Packages that use FpgaCardType
com.baidubce.services.bcc.model.instance   
 

Uses of FpgaCardType in com.baidubce.services.bcc.model.instance
 

Methods in com.baidubce.services.bcc.model.instance that return FpgaCardType
 FpgaCardType CreateInstanceRequest.getFpgaCard()
           
static FpgaCardType FpgaCardType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FpgaCardType[] FpgaCardType.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 FpgaCardType
static boolean FpgaCardType.isExists(FpgaCardType fpgaCardType)
           
 void CreateInstanceRequest.setFpgaCard(FpgaCardType fpgaCard)
           
 CreateInstanceRequest CreateInstanceRequest.withFpgaCard(FpgaCardType fpgaCard)
          Configure the fpgaCard for the request, see all of supported fpga card type in FpgaCardType
 



Copyright © 2018. All rights reserved.