Uses of Class
com.tencentcloudapi.emr.v20190103.models.VPCSettings
-
Packages that use VPCSettings Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of VPCSettings in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return VPCSettings Modifier and Type Method Description VPCSettingsClusterSetting. getVPCSettings()Get 实例所在VPC。VPCSettingsCreateInstanceRequest. getVPCSettings()Get 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。VPCSettingsInquiryPriceCreateInstanceRequest. getVPCSettings()Get 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。VPCSettingsMultiZoneSetting. getVPCSettings()Get 无Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type VPCSettings Modifier and Type Method Description voidClusterSetting. setVPCSettings(VPCSettings VPCSettings)Set 实例所在VPC。voidCreateInstanceRequest. setVPCSettings(VPCSettings VPCSettings)Set 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。voidInquiryPriceCreateInstanceRequest. setVPCSettings(VPCSettings VPCSettings)Set 私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。voidMultiZoneSetting. setVPCSettings(VPCSettings VPCSettings)Set 无Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type VPCSettings Constructor Description VPCSettings(VPCSettings 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.
-