Uses of Class
com.tencentcloudapi.cvm.v20170312.models.InstanceFamilyConfig
-
Packages that use InstanceFamilyConfig Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of InstanceFamilyConfig in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return InstanceFamilyConfig Modifier and Type Method Description InstanceFamilyConfig[]DescribeInstanceFamilyConfigsResponse. getInstanceFamilyConfigSet()Get 实例机型组配置的列表信息Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type InstanceFamilyConfig Modifier and Type Method Description voidDescribeInstanceFamilyConfigsResponse. setInstanceFamilyConfigSet(InstanceFamilyConfig[] InstanceFamilyConfigSet)Set 实例机型组配置的列表信息Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type InstanceFamilyConfig Constructor Description InstanceFamilyConfig(InstanceFamilyConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-