public interface UDPNClient extends UcloudClient
getProductList, getProductList, getRegion, getRegionAllocateUDPNResult allocateUDPN(AllocateUDPNParam param) throws Exception
param - AllocateUDPNParam 参数对象Exception - 出错则抛出异常void allocateUDPN(AllocateUDPNParam param, UcloudHandler<AllocateUDPNResult> handler, Boolean... asyncFlag)
param - AllocateUDPNParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的DescribeUDPNResult describeUDPN(DescribeUDPNParam param) throws Exception
param - DescribeUDPNParam 参数对象Exception - 出错则抛出异常void describeUDPN(DescribeUDPNParam param, UcloudHandler<DescribeUDPNResult> handler, Boolean... asyncFlag)
param - DescribeUDPNParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的GetUDPNLineListResult getUDPNLineList(GetUDPNLineListParam param) throws Exception
param - GetUDPNLineListParam 参数对象Exception - 出错则抛出异常void getUDPNLineList(GetUDPNLineListParam param, UcloudHandler<GetUDPNLineListResult> handler, Boolean... asyncFlag)
param - GetUDPNLineListParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的GetUDPNPriceResult getUDPNPrice(GetUDPNPriceParam param) throws Exception
param - GetUDPNPriceParam 参数对象Exception - 出错则抛出异常void getUDPNPrice(GetUDPNPriceParam param, UcloudHandler<GetUDPNPriceResult> handler, Boolean... asyncFlag)
param - GetUDPNPriceParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的GetUDPNUpgradePriceResult getUDPNUpgradePrice(GetUDPNUpgradePriceParam param) throws Exception
param - GetUDPNUpgradePriceParam 参数对象Exception - 出错则抛出异常void getUDPNUpgradePrice(GetUDPNUpgradePriceParam param, UcloudHandler<GetUDPNUpgradePriceResult> handler, Boolean... asyncFlag)
param - GetUDPNUpgradePriceParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的ModifyUDPNBandwidthResult modifyUDPNBandwidth(ModifyUDPNBandwidthParam param) throws Exception
param - ModifyUDPNBandwidthParam 参数对象Exception - 出错则抛出异常void modifyUDPNBandwidth(ModifyUDPNBandwidthParam param, UcloudHandler<ModifyUDPNBandwidthResult> handler, Boolean... asyncFlag)
param - ModifyUDPNBandwidthParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的ReleaseUDPNResult releaseUDPN(ReleaseUDPNParam param) throws Exception
param - ReleaseUDPNParam 参数对象Exception - 出错则抛出异常void releaseUDPN(ReleaseUDPNParam param, UcloudHandler<ReleaseUDPNResult> handler, Boolean... asyncFlag)
param - ReleaseUDPNParam 参数对象handler - 回调处理器asyncFlag - 异步标记位,仅在handler不为NULL的情况下生效,默认为true,异步的Copyright © 2019. All rights reserved.