Uses of Class
com.tencentcloudapi.tke.v20180525.models.EipAttribute
-
Packages that use EipAttribute Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of EipAttribute in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return EipAttribute Modifier and Type Method Description EipAttributeCreateEKSContainerInstancesRequest. getAutoCreateEipAttribute()Get 自动创建EIP的可选参数。若传此参数,则会自动创建EIP。 另外此参数和ExistedEipIds互斥EipAttributeCreateImageCacheRequest. getAutoCreateEipAttribute()Get 自动创建EIP的可选参数。若传此参数,则会自动创建EIP。 另外此参数和ExistedEipIds互斥Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type EipAttribute Modifier and Type Method Description voidCreateEKSContainerInstancesRequest. setAutoCreateEipAttribute(EipAttribute AutoCreateEipAttribute)Set 自动创建EIP的可选参数。若传此参数,则会自动创建EIP。 另外此参数和ExistedEipIds互斥voidCreateImageCacheRequest. setAutoCreateEipAttribute(EipAttribute AutoCreateEipAttribute)Set 自动创建EIP的可选参数。若传此参数,则会自动创建EIP。 另外此参数和ExistedEipIds互斥Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type EipAttribute Constructor Description EipAttribute(EipAttribute 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.
-