Uses of Class
com.tencentcloudapi.ecm.v20190719.models.RunEIPDirectServiceEnabled
-
Packages that use RunEIPDirectServiceEnabled Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of RunEIPDirectServiceEnabled in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return RunEIPDirectServiceEnabled Modifier and Type Method Description RunEIPDirectServiceEnabledEnhancedService. getEIPDirectService()Get 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type RunEIPDirectServiceEnabled Modifier and Type Method Description voidEnhancedService. setEIPDirectService(RunEIPDirectServiceEnabled EIPDirectService)Set 是否开通IP直通。若不指定该参数,则Linux镜像默认开通,windows镜像暂不支持IP直通。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type RunEIPDirectServiceEnabled Constructor Description RunEIPDirectServiceEnabled(RunEIPDirectServiceEnabled 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.
-