Uses of Class
com.tencentcloudapi.tke.v20180525.models.EksCiVolume
-
Packages that use EksCiVolume Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of EksCiVolume in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return EksCiVolume Modifier and Type Method Description EksCiVolumeCreateEKSContainerInstancesRequest. getEksCiVolume()Get 数据卷,包含NfsVolume数组和CbsVolume数组EksCiVolumeEksCi. getEksCiVolume()Get 数据卷信息 注意:此字段可能返回 null,表示取不到有效值。EksCiVolumeUpdateEKSContainerInstanceRequest. getEksCiVolume()Get 数据卷,包含NfsVolume数组和CbsVolume数组Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type EksCiVolume Modifier and Type Method Description voidCreateEKSContainerInstancesRequest. setEksCiVolume(EksCiVolume EksCiVolume)Set 数据卷,包含NfsVolume数组和CbsVolume数组voidEksCi. setEksCiVolume(EksCiVolume EksCiVolume)Set 数据卷信息 注意:此字段可能返回 null,表示取不到有效值。voidUpdateEKSContainerInstanceRequest. setEksCiVolume(EksCiVolume EksCiVolume)Set 数据卷,包含NfsVolume数组和CbsVolume数组Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type EksCiVolume Constructor Description EksCiVolume(EksCiVolume 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.
-