tencentcloud-sdk-dlc 3.0.1104 → 3.0.1116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210125/client.rb +552 -0
- data/lib/v20210125/models.rb +2110 -89
- metadata +2 -2
data/lib/v20210125/models.rb
CHANGED
@@ -669,6 +669,61 @@ module TencentCloud
|
|
669
669
|
end
|
670
670
|
end
|
671
671
|
|
672
|
+
# AssociateDatasourceHouse请求参数结构体
|
673
|
+
class AssociateDatasourceHouseRequest < TencentCloud::Common::AbstractModel
|
674
|
+
# @param DatasourceConnectionName: 网络配置名称
|
675
|
+
# @type DatasourceConnectionName: String
|
676
|
+
# @param DatasourceConnectionType: 数据源类型
|
677
|
+
# @type DatasourceConnectionType: String
|
678
|
+
# @param DatasourceConnectionConfig: 数据源网络配置
|
679
|
+
# @type DatasourceConnectionConfig: :class:`Tencentcloud::Dlc.v20210125.models.DatasourceConnectionConfig`
|
680
|
+
# @param DataEngineNames: 引擎名称,只允许绑定一个引擎
|
681
|
+
# @type DataEngineNames: Array
|
682
|
+
# @param NetworkConnectionType: 网络类型,2-跨源型,4-增强型
|
683
|
+
# @type NetworkConnectionType: Integer
|
684
|
+
# @param NetworkConnectionDesc: 网络配置描述
|
685
|
+
# @type NetworkConnectionDesc: String
|
686
|
+
|
687
|
+
attr_accessor :DatasourceConnectionName, :DatasourceConnectionType, :DatasourceConnectionConfig, :DataEngineNames, :NetworkConnectionType, :NetworkConnectionDesc
|
688
|
+
|
689
|
+
def initialize(datasourceconnectionname=nil, datasourceconnectiontype=nil, datasourceconnectionconfig=nil, dataenginenames=nil, networkconnectiontype=nil, networkconnectiondesc=nil)
|
690
|
+
@DatasourceConnectionName = datasourceconnectionname
|
691
|
+
@DatasourceConnectionType = datasourceconnectiontype
|
692
|
+
@DatasourceConnectionConfig = datasourceconnectionconfig
|
693
|
+
@DataEngineNames = dataenginenames
|
694
|
+
@NetworkConnectionType = networkconnectiontype
|
695
|
+
@NetworkConnectionDesc = networkconnectiondesc
|
696
|
+
end
|
697
|
+
|
698
|
+
def deserialize(params)
|
699
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
700
|
+
@DatasourceConnectionType = params['DatasourceConnectionType']
|
701
|
+
unless params['DatasourceConnectionConfig'].nil?
|
702
|
+
@DatasourceConnectionConfig = DatasourceConnectionConfig.new
|
703
|
+
@DatasourceConnectionConfig.deserialize(params['DatasourceConnectionConfig'])
|
704
|
+
end
|
705
|
+
@DataEngineNames = params['DataEngineNames']
|
706
|
+
@NetworkConnectionType = params['NetworkConnectionType']
|
707
|
+
@NetworkConnectionDesc = params['NetworkConnectionDesc']
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
711
|
+
# AssociateDatasourceHouse返回参数结构体
|
712
|
+
class AssociateDatasourceHouseResponse < TencentCloud::Common::AbstractModel
|
713
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
714
|
+
# @type RequestId: String
|
715
|
+
|
716
|
+
attr_accessor :RequestId
|
717
|
+
|
718
|
+
def initialize(requestid=nil)
|
719
|
+
@RequestId = requestid
|
720
|
+
end
|
721
|
+
|
722
|
+
def deserialize(params)
|
723
|
+
@RequestId = params['RequestId']
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
672
727
|
# AttachUserPolicy请求参数结构体
|
673
728
|
class AttachUserPolicyRequest < TencentCloud::Common::AbstractModel
|
674
729
|
# @param UserId: 用户Id,和子用户uin相同,需要先使用CreateUser接口创建用户。可以使用DescribeUsers接口查看。
|
@@ -1779,8 +1834,8 @@ module TencentCloud
|
|
1779
1834
|
|
1780
1835
|
attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
|
1781
1836
|
extend Gem::Deprecate
|
1782
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
1783
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
1837
|
+
deprecate :DefaultDataEngine, :none, 2025, 8
|
1838
|
+
deprecate :DefaultDataEngine=, :none, 2025, 8
|
1784
1839
|
|
1785
1840
|
def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
|
1786
1841
|
@EngineType = enginetype
|
@@ -2869,6 +2924,154 @@ module TencentCloud
|
|
2869
2924
|
end
|
2870
2925
|
end
|
2871
2926
|
|
2927
|
+
# CreateStandardEngineResourceGroup请求参数结构体
|
2928
|
+
class CreateStandardEngineResourceGroupRequest < TencentCloud::Common::AbstractModel
|
2929
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称
|
2930
|
+
# @type EngineResourceGroupName: String
|
2931
|
+
# @param DataEngineName: 标准引擎名称
|
2932
|
+
# @type DataEngineName: String
|
2933
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
2934
|
+
# @type AutoLaunch: Integer
|
2935
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
2936
|
+
# @type AutoPause: Integer
|
2937
|
+
# @param DriverCuSpec: driver的cu规格:
|
2938
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
2939
|
+
# @type DriverCuSpec: String
|
2940
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
2941
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
2942
|
+
# @type ExecutorCuSpec: String
|
2943
|
+
# @param MinExecutorNums: executor最小数量,
|
2944
|
+
# @type MinExecutorNums: Integer
|
2945
|
+
# @param MaxExecutorNums: executor最大数量
|
2946
|
+
# @type MaxExecutorNums: Integer
|
2947
|
+
# @param IsLaunchNow: 创建资源组后是否直接拉起,0-拉起,1-不拉起
|
2948
|
+
# @type IsLaunchNow: Integer
|
2949
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
2950
|
+
# @type AutoPauseTime: Integer
|
2951
|
+
# @param StaticConfigPairs: 资源组静态参数,需要重启资源组生效
|
2952
|
+
# @type StaticConfigPairs: Array
|
2953
|
+
# @param DynamicConfigPairs: 资源组动态参数,下一个任务生效。
|
2954
|
+
# @type DynamicConfigPairs: Array
|
2955
|
+
# @param MaxConcurrency: 任务并发数,默人是5个
|
2956
|
+
# @type MaxConcurrency: Integer
|
2957
|
+
# @param NetworkConfigNames: 网络配置名称
|
2958
|
+
# @type NetworkConfigNames: Array
|
2959
|
+
# @param PublicDomain: 自定义镜像域名
|
2960
|
+
# @type PublicDomain: String
|
2961
|
+
# @param RegistryId: 自定义镜像实例id
|
2962
|
+
# @type RegistryId: String
|
2963
|
+
# @param FrameType: AI类型资源组的框架类型,machine-learning,python,spark-ml,不填默认为machine-learning
|
2964
|
+
# @type FrameType: String
|
2965
|
+
# @param ImageType: 镜像类型,bulit-in:内置,custom:自定义,不填默认为bulit-in
|
2966
|
+
# @type ImageType: String
|
2967
|
+
# @param ImageName: 镜像名称
|
2968
|
+
# @type ImageName: String
|
2969
|
+
# @param ImageVersion: 镜像id
|
2970
|
+
# @type ImageVersion: String
|
2971
|
+
# @param Size: AI资源组有效,资源组可用资源上限,该值需要小于引擎资源上限
|
2972
|
+
# @type Size: Integer
|
2973
|
+
# @param ResourceGroupScene: 资源组场景
|
2974
|
+
# @type ResourceGroupScene: String
|
2975
|
+
# @param RegionName: 自定义镜像所在地域
|
2976
|
+
# @type RegionName: String
|
2977
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
2978
|
+
# @type PythonCuSpec: String
|
2979
|
+
# @param SparkSpecMode: 仅SQL资源组资源配置模式,fast:快速模式,custom:自定义模式
|
2980
|
+
# @type SparkSpecMode: String
|
2981
|
+
# @param SparkSize: 仅SQL资源组资源上限,仅用于快速模块
|
2982
|
+
# @type SparkSize: Integer
|
2983
|
+
|
2984
|
+
attr_accessor :EngineResourceGroupName, :DataEngineName, :AutoLaunch, :AutoPause, :DriverCuSpec, :ExecutorCuSpec, :MinExecutorNums, :MaxExecutorNums, :IsLaunchNow, :AutoPauseTime, :StaticConfigPairs, :DynamicConfigPairs, :MaxConcurrency, :NetworkConfigNames, :PublicDomain, :RegistryId, :FrameType, :ImageType, :ImageName, :ImageVersion, :Size, :ResourceGroupScene, :RegionName, :PythonCuSpec, :SparkSpecMode, :SparkSize
|
2985
|
+
|
2986
|
+
def initialize(engineresourcegroupname=nil, dataenginename=nil, autolaunch=nil, autopause=nil, drivercuspec=nil, executorcuspec=nil, minexecutornums=nil, maxexecutornums=nil, islaunchnow=nil, autopausetime=nil, staticconfigpairs=nil, dynamicconfigpairs=nil, maxconcurrency=nil, networkconfignames=nil, publicdomain=nil, registryid=nil, frametype=nil, imagetype=nil, imagename=nil, imageversion=nil, size=nil, resourcegroupscene=nil, regionname=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil)
|
2987
|
+
@EngineResourceGroupName = engineresourcegroupname
|
2988
|
+
@DataEngineName = dataenginename
|
2989
|
+
@AutoLaunch = autolaunch
|
2990
|
+
@AutoPause = autopause
|
2991
|
+
@DriverCuSpec = drivercuspec
|
2992
|
+
@ExecutorCuSpec = executorcuspec
|
2993
|
+
@MinExecutorNums = minexecutornums
|
2994
|
+
@MaxExecutorNums = maxexecutornums
|
2995
|
+
@IsLaunchNow = islaunchnow
|
2996
|
+
@AutoPauseTime = autopausetime
|
2997
|
+
@StaticConfigPairs = staticconfigpairs
|
2998
|
+
@DynamicConfigPairs = dynamicconfigpairs
|
2999
|
+
@MaxConcurrency = maxconcurrency
|
3000
|
+
@NetworkConfigNames = networkconfignames
|
3001
|
+
@PublicDomain = publicdomain
|
3002
|
+
@RegistryId = registryid
|
3003
|
+
@FrameType = frametype
|
3004
|
+
@ImageType = imagetype
|
3005
|
+
@ImageName = imagename
|
3006
|
+
@ImageVersion = imageversion
|
3007
|
+
@Size = size
|
3008
|
+
@ResourceGroupScene = resourcegroupscene
|
3009
|
+
@RegionName = regionname
|
3010
|
+
@PythonCuSpec = pythoncuspec
|
3011
|
+
@SparkSpecMode = sparkspecmode
|
3012
|
+
@SparkSize = sparksize
|
3013
|
+
end
|
3014
|
+
|
3015
|
+
def deserialize(params)
|
3016
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
3017
|
+
@DataEngineName = params['DataEngineName']
|
3018
|
+
@AutoLaunch = params['AutoLaunch']
|
3019
|
+
@AutoPause = params['AutoPause']
|
3020
|
+
@DriverCuSpec = params['DriverCuSpec']
|
3021
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
3022
|
+
@MinExecutorNums = params['MinExecutorNums']
|
3023
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
3024
|
+
@IsLaunchNow = params['IsLaunchNow']
|
3025
|
+
@AutoPauseTime = params['AutoPauseTime']
|
3026
|
+
unless params['StaticConfigPairs'].nil?
|
3027
|
+
@StaticConfigPairs = []
|
3028
|
+
params['StaticConfigPairs'].each do |i|
|
3029
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
3030
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
3031
|
+
@StaticConfigPairs << engineresourcegroupconfigpair_tmp
|
3032
|
+
end
|
3033
|
+
end
|
3034
|
+
unless params['DynamicConfigPairs'].nil?
|
3035
|
+
@DynamicConfigPairs = []
|
3036
|
+
params['DynamicConfigPairs'].each do |i|
|
3037
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
3038
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
3039
|
+
@DynamicConfigPairs << engineresourcegroupconfigpair_tmp
|
3040
|
+
end
|
3041
|
+
end
|
3042
|
+
@MaxConcurrency = params['MaxConcurrency']
|
3043
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
3044
|
+
@PublicDomain = params['PublicDomain']
|
3045
|
+
@RegistryId = params['RegistryId']
|
3046
|
+
@FrameType = params['FrameType']
|
3047
|
+
@ImageType = params['ImageType']
|
3048
|
+
@ImageName = params['ImageName']
|
3049
|
+
@ImageVersion = params['ImageVersion']
|
3050
|
+
@Size = params['Size']
|
3051
|
+
@ResourceGroupScene = params['ResourceGroupScene']
|
3052
|
+
@RegionName = params['RegionName']
|
3053
|
+
@PythonCuSpec = params['PythonCuSpec']
|
3054
|
+
@SparkSpecMode = params['SparkSpecMode']
|
3055
|
+
@SparkSize = params['SparkSize']
|
3056
|
+
end
|
3057
|
+
end
|
3058
|
+
|
3059
|
+
# CreateStandardEngineResourceGroup返回参数结构体
|
3060
|
+
class CreateStandardEngineResourceGroupResponse < TencentCloud::Common::AbstractModel
|
3061
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3062
|
+
# @type RequestId: String
|
3063
|
+
|
3064
|
+
attr_accessor :RequestId
|
3065
|
+
|
3066
|
+
def initialize(requestid=nil)
|
3067
|
+
@RequestId = requestid
|
3068
|
+
end
|
3069
|
+
|
3070
|
+
def deserialize(params)
|
3071
|
+
@RequestId = params['RequestId']
|
3072
|
+
end
|
3073
|
+
end
|
3074
|
+
|
2872
3075
|
# CreateStoreLocation请求参数结构体
|
2873
3076
|
class CreateStoreLocationRequest < TencentCloud::Common::AbstractModel
|
2874
3077
|
# @param StoreLocation: 计算结果存储cos路径,如:cosn://bucketname/
|
@@ -3193,6 +3396,54 @@ module TencentCloud
|
|
3193
3396
|
end
|
3194
3397
|
end
|
3195
3398
|
|
3399
|
+
# CreateUserVpcConnection请求参数结构体
|
3400
|
+
class CreateUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
3401
|
+
# @param UserVpcId: 用户vpcid
|
3402
|
+
# @type UserVpcId: String
|
3403
|
+
# @param UserSubnetId: 用户子网
|
3404
|
+
# @type UserSubnetId: String
|
3405
|
+
# @param UserVpcEndpointName: 用户终端节点名称
|
3406
|
+
# @type UserVpcEndpointName: String
|
3407
|
+
# @param EngineNetworkId: 引擎网络ID
|
3408
|
+
# @type EngineNetworkId: String
|
3409
|
+
# @param UserVpcEndpointVip: 手动指定vip,不填自动分配子网下的一个ip
|
3410
|
+
# @type UserVpcEndpointVip: String
|
3411
|
+
|
3412
|
+
attr_accessor :UserVpcId, :UserSubnetId, :UserVpcEndpointName, :EngineNetworkId, :UserVpcEndpointVip
|
3413
|
+
|
3414
|
+
def initialize(uservpcid=nil, usersubnetid=nil, uservpcendpointname=nil, enginenetworkid=nil, uservpcendpointvip=nil)
|
3415
|
+
@UserVpcId = uservpcid
|
3416
|
+
@UserSubnetId = usersubnetid
|
3417
|
+
@UserVpcEndpointName = uservpcendpointname
|
3418
|
+
@EngineNetworkId = enginenetworkid
|
3419
|
+
@UserVpcEndpointVip = uservpcendpointvip
|
3420
|
+
end
|
3421
|
+
|
3422
|
+
def deserialize(params)
|
3423
|
+
@UserVpcId = params['UserVpcId']
|
3424
|
+
@UserSubnetId = params['UserSubnetId']
|
3425
|
+
@UserVpcEndpointName = params['UserVpcEndpointName']
|
3426
|
+
@EngineNetworkId = params['EngineNetworkId']
|
3427
|
+
@UserVpcEndpointVip = params['UserVpcEndpointVip']
|
3428
|
+
end
|
3429
|
+
end
|
3430
|
+
|
3431
|
+
# CreateUserVpcConnection返回参数结构体
|
3432
|
+
class CreateUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
3433
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3434
|
+
# @type RequestId: String
|
3435
|
+
|
3436
|
+
attr_accessor :RequestId
|
3437
|
+
|
3438
|
+
def initialize(requestid=nil)
|
3439
|
+
@RequestId = requestid
|
3440
|
+
end
|
3441
|
+
|
3442
|
+
def deserialize(params)
|
3443
|
+
@RequestId = params['RequestId']
|
3444
|
+
end
|
3445
|
+
end
|
3446
|
+
|
3196
3447
|
# CreateWorkGroup请求参数结构体
|
3197
3448
|
class CreateWorkGroupRequest < TencentCloud::Common::AbstractModel
|
3198
3449
|
# @param WorkGroupName: 工作组名称
|
@@ -3845,6 +4096,83 @@ module TencentCloud
|
|
3845
4096
|
end
|
3846
4097
|
end
|
3847
4098
|
|
4099
|
+
# 集群Session配置信息.
|
4100
|
+
class DataEngineImageSessionParameter < TencentCloud::Common::AbstractModel
|
4101
|
+
# @param ParameterId: 配置id
|
4102
|
+
# @type ParameterId: String
|
4103
|
+
# @param ChildImageVersionId: 小版本镜像ID
|
4104
|
+
# @type ChildImageVersionId: String
|
4105
|
+
# @param EngineType: 集群类型:SparkSQL/PrestoSQL/SparkBatch
|
4106
|
+
# @type EngineType: String
|
4107
|
+
# @param KeyName: 参数key
|
4108
|
+
# @type KeyName: String
|
4109
|
+
# @param KeyDescription: Key描述信息
|
4110
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4111
|
+
# @type KeyDescription: String
|
4112
|
+
# @param ValueType: value类型
|
4113
|
+
# @type ValueType: String
|
4114
|
+
# @param ValueLengthLimit: value长度限制
|
4115
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4116
|
+
# @type ValueLengthLimit: String
|
4117
|
+
# @param ValueRegexpLimit: value正则限制
|
4118
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4119
|
+
# @type ValueRegexpLimit: String
|
4120
|
+
# @param ValueDefault: value默认值
|
4121
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4122
|
+
# @type ValueDefault: String
|
4123
|
+
# @param IsPublic: 是否为公共版本:1:公共;2:私有
|
4124
|
+
# @type IsPublic: Integer
|
4125
|
+
# @param ParameterType: 配置类型:1:session配置(默认);2:common配置;3:cluster配置
|
4126
|
+
# @type ParameterType: Integer
|
4127
|
+
# @param SubmitMethod: 提交方式:User(用户)、BackGround(后台)
|
4128
|
+
# @type SubmitMethod: String
|
4129
|
+
# @param Operator: 操作者
|
4130
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4131
|
+
# @type Operator: String
|
4132
|
+
# @param InsertTime: 插入时间
|
4133
|
+
# @type InsertTime: String
|
4134
|
+
# @param UpdateTime: 更新时间
|
4135
|
+
# @type UpdateTime: String
|
4136
|
+
|
4137
|
+
attr_accessor :ParameterId, :ChildImageVersionId, :EngineType, :KeyName, :KeyDescription, :ValueType, :ValueLengthLimit, :ValueRegexpLimit, :ValueDefault, :IsPublic, :ParameterType, :SubmitMethod, :Operator, :InsertTime, :UpdateTime
|
4138
|
+
|
4139
|
+
def initialize(parameterid=nil, childimageversionid=nil, enginetype=nil, keyname=nil, keydescription=nil, valuetype=nil, valuelengthlimit=nil, valueregexplimit=nil, valuedefault=nil, ispublic=nil, parametertype=nil, submitmethod=nil, operator=nil, inserttime=nil, updatetime=nil)
|
4140
|
+
@ParameterId = parameterid
|
4141
|
+
@ChildImageVersionId = childimageversionid
|
4142
|
+
@EngineType = enginetype
|
4143
|
+
@KeyName = keyname
|
4144
|
+
@KeyDescription = keydescription
|
4145
|
+
@ValueType = valuetype
|
4146
|
+
@ValueLengthLimit = valuelengthlimit
|
4147
|
+
@ValueRegexpLimit = valueregexplimit
|
4148
|
+
@ValueDefault = valuedefault
|
4149
|
+
@IsPublic = ispublic
|
4150
|
+
@ParameterType = parametertype
|
4151
|
+
@SubmitMethod = submitmethod
|
4152
|
+
@Operator = operator
|
4153
|
+
@InsertTime = inserttime
|
4154
|
+
@UpdateTime = updatetime
|
4155
|
+
end
|
4156
|
+
|
4157
|
+
def deserialize(params)
|
4158
|
+
@ParameterId = params['ParameterId']
|
4159
|
+
@ChildImageVersionId = params['ChildImageVersionId']
|
4160
|
+
@EngineType = params['EngineType']
|
4161
|
+
@KeyName = params['KeyName']
|
4162
|
+
@KeyDescription = params['KeyDescription']
|
4163
|
+
@ValueType = params['ValueType']
|
4164
|
+
@ValueLengthLimit = params['ValueLengthLimit']
|
4165
|
+
@ValueRegexpLimit = params['ValueRegexpLimit']
|
4166
|
+
@ValueDefault = params['ValueDefault']
|
4167
|
+
@IsPublic = params['IsPublic']
|
4168
|
+
@ParameterType = params['ParameterType']
|
4169
|
+
@SubmitMethod = params['SubmitMethod']
|
4170
|
+
@Operator = params['Operator']
|
4171
|
+
@InsertTime = params['InsertTime']
|
4172
|
+
@UpdateTime = params['UpdateTime']
|
4173
|
+
end
|
4174
|
+
end
|
4175
|
+
|
3848
4176
|
# 集群大版本镜像信息。
|
3849
4177
|
class DataEngineImageVersion < TencentCloud::Common::AbstractModel
|
3850
4178
|
# @param ImageVersionId: 镜像大版本ID
|
@@ -4059,10 +4387,12 @@ module TencentCloud
|
|
4059
4387
|
# @param IsAIEngine: 1:AI引擎,0:非AI引擎
|
4060
4388
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4061
4389
|
# @type IsAIEngine: Integer
|
4390
|
+
# @param ScheduleElasticityConf: 引擎资源弹性伸缩策略
|
4391
|
+
# @type ScheduleElasticityConf: :class:`Tencentcloud::Dlc.v20210125.models.ScheduleElasticityConf`
|
4062
4392
|
|
4063
|
-
attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL, :ResourceType, :ImageVersionId, :ChildImageVersionId, :ImageVersionName, :StartStandbyCluster, :ElasticSwitch, :ElasticLimit, :DefaultHouse, :MaxConcurrency, :TolerableQueueTime, :UserAppId, :UserUin, :SessionResourceTemplate, :AutoAuthorization, :EngineGeneration, :EngineTypeDetail, :EngineNetworkId, :EngineResourceGroupCount, :EngineResourceUsedCU, :AccessInfos, :EngineNetworkName, :IsPoolMode, :IsSupportAI, :GatewayId, :GatewayState, :IsAIGateway, :IsAIEngine
|
4393
|
+
attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL, :ResourceType, :ImageVersionId, :ChildImageVersionId, :ImageVersionName, :StartStandbyCluster, :ElasticSwitch, :ElasticLimit, :DefaultHouse, :MaxConcurrency, :TolerableQueueTime, :UserAppId, :UserUin, :SessionResourceTemplate, :AutoAuthorization, :EngineGeneration, :EngineTypeDetail, :EngineNetworkId, :EngineResourceGroupCount, :EngineResourceUsedCU, :AccessInfos, :EngineNetworkName, :IsPoolMode, :IsSupportAI, :GatewayId, :GatewayState, :IsAIGateway, :IsAIEngine, :ScheduleElasticityConf
|
4064
4394
|
|
4065
|
-
def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil, resourcetype=nil, imageversionid=nil, childimageversionid=nil, imageversionname=nil, startstandbycluster=nil, elasticswitch=nil, elasticlimit=nil, defaulthouse=nil, maxconcurrency=nil, tolerablequeuetime=nil, userappid=nil, useruin=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginegeneration=nil, enginetypedetail=nil, enginenetworkid=nil, engineresourcegroupcount=nil, engineresourceusedcu=nil, accessinfos=nil, enginenetworkname=nil, ispoolmode=nil, issupportai=nil, gatewayid=nil, gatewaystate=nil, isaigateway=nil, isaiengine=nil)
|
4395
|
+
def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil, resourcetype=nil, imageversionid=nil, childimageversionid=nil, imageversionname=nil, startstandbycluster=nil, elasticswitch=nil, elasticlimit=nil, defaulthouse=nil, maxconcurrency=nil, tolerablequeuetime=nil, userappid=nil, useruin=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginegeneration=nil, enginetypedetail=nil, enginenetworkid=nil, engineresourcegroupcount=nil, engineresourceusedcu=nil, accessinfos=nil, enginenetworkname=nil, ispoolmode=nil, issupportai=nil, gatewayid=nil, gatewaystate=nil, isaigateway=nil, isaiengine=nil, scheduleelasticityconf=nil)
|
4066
4396
|
@DataEngineName = dataenginename
|
4067
4397
|
@EngineType = enginetype
|
4068
4398
|
@ClusterType = clustertype
|
@@ -4122,6 +4452,7 @@ module TencentCloud
|
|
4122
4452
|
@GatewayState = gatewaystate
|
4123
4453
|
@IsAIGateway = isaigateway
|
4124
4454
|
@IsAIEngine = isaiengine
|
4455
|
+
@ScheduleElasticityConf = scheduleelasticityconf
|
4125
4456
|
end
|
4126
4457
|
|
4127
4458
|
def deserialize(params)
|
@@ -4211,6 +4542,10 @@ module TencentCloud
|
|
4211
4542
|
@GatewayState = params['GatewayState']
|
4212
4543
|
@IsAIGateway = params['IsAIGateway']
|
4213
4544
|
@IsAIEngine = params['IsAIEngine']
|
4545
|
+
unless params['ScheduleElasticityConf'].nil?
|
4546
|
+
@ScheduleElasticityConf = ScheduleElasticityConf.new
|
4547
|
+
@ScheduleElasticityConf.deserialize(params['ScheduleElasticityConf'])
|
4548
|
+
end
|
4214
4549
|
end
|
4215
4550
|
end
|
4216
4551
|
|
@@ -4875,6 +5210,46 @@ module TencentCloud
|
|
4875
5210
|
end
|
4876
5211
|
end
|
4877
5212
|
|
5213
|
+
# DeleteNativeSparkSession请求参数结构体
|
5214
|
+
class DeleteNativeSparkSessionRequest < TencentCloud::Common::AbstractModel
|
5215
|
+
# @param DataEngineId: 引擎id
|
5216
|
+
# @type DataEngineId: String
|
5217
|
+
# @param ResourceGroupId: 资源组id
|
5218
|
+
# @type ResourceGroupId: String
|
5219
|
+
# @param EngineSessionName: spark session名称
|
5220
|
+
# @type EngineSessionName: String
|
5221
|
+
|
5222
|
+
attr_accessor :DataEngineId, :ResourceGroupId, :EngineSessionName
|
5223
|
+
|
5224
|
+
def initialize(dataengineid=nil, resourcegroupid=nil, enginesessionname=nil)
|
5225
|
+
@DataEngineId = dataengineid
|
5226
|
+
@ResourceGroupId = resourcegroupid
|
5227
|
+
@EngineSessionName = enginesessionname
|
5228
|
+
end
|
5229
|
+
|
5230
|
+
def deserialize(params)
|
5231
|
+
@DataEngineId = params['DataEngineId']
|
5232
|
+
@ResourceGroupId = params['ResourceGroupId']
|
5233
|
+
@EngineSessionName = params['EngineSessionName']
|
5234
|
+
end
|
5235
|
+
end
|
5236
|
+
|
5237
|
+
# DeleteNativeSparkSession返回参数结构体
|
5238
|
+
class DeleteNativeSparkSessionResponse < TencentCloud::Common::AbstractModel
|
5239
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5240
|
+
# @type RequestId: String
|
5241
|
+
|
5242
|
+
attr_accessor :RequestId
|
5243
|
+
|
5244
|
+
def initialize(requestid=nil)
|
5245
|
+
@RequestId = requestid
|
5246
|
+
end
|
5247
|
+
|
5248
|
+
def deserialize(params)
|
5249
|
+
@RequestId = params['RequestId']
|
5250
|
+
end
|
5251
|
+
end
|
5252
|
+
|
4878
5253
|
# DeleteNotebookSession请求参数结构体
|
4879
5254
|
class DeleteNotebookSessionRequest < TencentCloud::Common::AbstractModel
|
4880
5255
|
# @param SessionId: Session唯一标识
|
@@ -4975,6 +5350,38 @@ module TencentCloud
|
|
4975
5350
|
end
|
4976
5351
|
end
|
4977
5352
|
|
5353
|
+
# DeleteStandardEngineResourceGroup请求参数结构体
|
5354
|
+
class DeleteStandardEngineResourceGroupRequest < TencentCloud::Common::AbstractModel
|
5355
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称
|
5356
|
+
# @type EngineResourceGroupName: String
|
5357
|
+
|
5358
|
+
attr_accessor :EngineResourceGroupName
|
5359
|
+
|
5360
|
+
def initialize(engineresourcegroupname=nil)
|
5361
|
+
@EngineResourceGroupName = engineresourcegroupname
|
5362
|
+
end
|
5363
|
+
|
5364
|
+
def deserialize(params)
|
5365
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
5366
|
+
end
|
5367
|
+
end
|
5368
|
+
|
5369
|
+
# DeleteStandardEngineResourceGroup返回参数结构体
|
5370
|
+
class DeleteStandardEngineResourceGroupResponse < TencentCloud::Common::AbstractModel
|
5371
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5372
|
+
# @type RequestId: String
|
5373
|
+
|
5374
|
+
attr_accessor :RequestId
|
5375
|
+
|
5376
|
+
def initialize(requestid=nil)
|
5377
|
+
@RequestId = requestid
|
5378
|
+
end
|
5379
|
+
|
5380
|
+
def deserialize(params)
|
5381
|
+
@RequestId = params['RequestId']
|
5382
|
+
end
|
5383
|
+
end
|
5384
|
+
|
4978
5385
|
# DeleteTable请求参数结构体
|
4979
5386
|
class DeleteTableRequest < TencentCloud::Common::AbstractModel
|
4980
5387
|
# @param TableBaseInfo: 表基本信息
|
@@ -5069,6 +5476,42 @@ module TencentCloud
|
|
5069
5476
|
end
|
5070
5477
|
end
|
5071
5478
|
|
5479
|
+
# DeleteUserVpcConnection请求参数结构体
|
5480
|
+
class DeleteUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
5481
|
+
# @param EngineNetworkId: 引擎网络ID
|
5482
|
+
# @type EngineNetworkId: String
|
5483
|
+
# @param UserVpcEndpointId: 终端节点ID
|
5484
|
+
# @type UserVpcEndpointId: String
|
5485
|
+
|
5486
|
+
attr_accessor :EngineNetworkId, :UserVpcEndpointId
|
5487
|
+
|
5488
|
+
def initialize(enginenetworkid=nil, uservpcendpointid=nil)
|
5489
|
+
@EngineNetworkId = enginenetworkid
|
5490
|
+
@UserVpcEndpointId = uservpcendpointid
|
5491
|
+
end
|
5492
|
+
|
5493
|
+
def deserialize(params)
|
5494
|
+
@EngineNetworkId = params['EngineNetworkId']
|
5495
|
+
@UserVpcEndpointId = params['UserVpcEndpointId']
|
5496
|
+
end
|
5497
|
+
end
|
5498
|
+
|
5499
|
+
# DeleteUserVpcConnection返回参数结构体
|
5500
|
+
class DeleteUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
5501
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5502
|
+
# @type RequestId: String
|
5503
|
+
|
5504
|
+
attr_accessor :RequestId
|
5505
|
+
|
5506
|
+
def initialize(requestid=nil)
|
5507
|
+
@RequestId = requestid
|
5508
|
+
end
|
5509
|
+
|
5510
|
+
def deserialize(params)
|
5511
|
+
@RequestId = params['RequestId']
|
5512
|
+
end
|
5513
|
+
end
|
5514
|
+
|
5072
5515
|
# DeleteUsersFromWorkGroup请求参数结构体
|
5073
5516
|
class DeleteUsersFromWorkGroupRequest < TencentCloud::Common::AbstractModel
|
5074
5517
|
# @param AddInfo: 要删除的用户信息
|
@@ -5970,6 +6413,53 @@ module TencentCloud
|
|
5970
6413
|
end
|
5971
6414
|
end
|
5972
6415
|
|
6416
|
+
# DescribeDataEngineSessionParameters请求参数结构体
|
6417
|
+
class DescribeDataEngineSessionParametersRequest < TencentCloud::Common::AbstractModel
|
6418
|
+
# @param DataEngineId: 引擎id
|
6419
|
+
# @type DataEngineId: String
|
6420
|
+
# @param DataEngineName: 引擎名称,当指定引擎名称后优先使用名称获取配置
|
6421
|
+
# @type DataEngineName: String
|
6422
|
+
|
6423
|
+
attr_accessor :DataEngineId, :DataEngineName
|
6424
|
+
|
6425
|
+
def initialize(dataengineid=nil, dataenginename=nil)
|
6426
|
+
@DataEngineId = dataengineid
|
6427
|
+
@DataEngineName = dataenginename
|
6428
|
+
end
|
6429
|
+
|
6430
|
+
def deserialize(params)
|
6431
|
+
@DataEngineId = params['DataEngineId']
|
6432
|
+
@DataEngineName = params['DataEngineName']
|
6433
|
+
end
|
6434
|
+
end
|
6435
|
+
|
6436
|
+
# DescribeDataEngineSessionParameters返回参数结构体
|
6437
|
+
class DescribeDataEngineSessionParametersResponse < TencentCloud::Common::AbstractModel
|
6438
|
+
# @param DataEngineParameters: 集群Session配置列表
|
6439
|
+
# @type DataEngineParameters: Array
|
6440
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6441
|
+
# @type RequestId: String
|
6442
|
+
|
6443
|
+
attr_accessor :DataEngineParameters, :RequestId
|
6444
|
+
|
6445
|
+
def initialize(dataengineparameters=nil, requestid=nil)
|
6446
|
+
@DataEngineParameters = dataengineparameters
|
6447
|
+
@RequestId = requestid
|
6448
|
+
end
|
6449
|
+
|
6450
|
+
def deserialize(params)
|
6451
|
+
unless params['DataEngineParameters'].nil?
|
6452
|
+
@DataEngineParameters = []
|
6453
|
+
params['DataEngineParameters'].each do |i|
|
6454
|
+
dataengineimagesessionparameter_tmp = DataEngineImageSessionParameter.new
|
6455
|
+
dataengineimagesessionparameter_tmp.deserialize(i)
|
6456
|
+
@DataEngineParameters << dataengineimagesessionparameter_tmp
|
6457
|
+
end
|
6458
|
+
end
|
6459
|
+
@RequestId = params['RequestId']
|
6460
|
+
end
|
6461
|
+
end
|
6462
|
+
|
5973
6463
|
# DescribeDataEngines请求参数结构体
|
5974
6464
|
class DescribeDataEnginesRequest < TencentCloud::Common::AbstractModel
|
5975
6465
|
# @param Offset: 偏移量,默认为0。
|
@@ -5998,10 +6488,12 @@ module TencentCloud
|
|
5998
6488
|
# @type EngineGeneration: String
|
5999
6489
|
# @param EngineTypeDetail: 引擎类型,支持:SparkSQL、SparkBatch、PrestoSQL、Kyuubi
|
6000
6490
|
# @type EngineTypeDetail: String
|
6491
|
+
# @param ListHasListener: 默认 false, 为 true 时仅列出具有洞察 listener 的引擎
|
6492
|
+
# @type ListHasListener: Boolean
|
6001
6493
|
|
6002
|
-
attr_accessor :Offset, :Filters, :SortBy, :Sorting, :Limit, :DatasourceConnectionName, :ExcludePublicEngine, :AccessTypes, :EngineExecType, :EngineType, :DatasourceConnectionNameSet, :EngineGeneration, :EngineTypeDetail
|
6494
|
+
attr_accessor :Offset, :Filters, :SortBy, :Sorting, :Limit, :DatasourceConnectionName, :ExcludePublicEngine, :AccessTypes, :EngineExecType, :EngineType, :DatasourceConnectionNameSet, :EngineGeneration, :EngineTypeDetail, :ListHasListener
|
6003
6495
|
|
6004
|
-
def initialize(offset=nil, filters=nil, sortby=nil, sorting=nil, limit=nil, datasourceconnectionname=nil, excludepublicengine=nil, accesstypes=nil, engineexectype=nil, enginetype=nil, datasourceconnectionnameset=nil, enginegeneration=nil, enginetypedetail=nil)
|
6496
|
+
def initialize(offset=nil, filters=nil, sortby=nil, sorting=nil, limit=nil, datasourceconnectionname=nil, excludepublicengine=nil, accesstypes=nil, engineexectype=nil, enginetype=nil, datasourceconnectionnameset=nil, enginegeneration=nil, enginetypedetail=nil, listhaslistener=nil)
|
6005
6497
|
@Offset = offset
|
6006
6498
|
@Filters = filters
|
6007
6499
|
@SortBy = sortby
|
@@ -6015,6 +6507,7 @@ module TencentCloud
|
|
6015
6507
|
@DatasourceConnectionNameSet = datasourceconnectionnameset
|
6016
6508
|
@EngineGeneration = enginegeneration
|
6017
6509
|
@EngineTypeDetail = enginetypedetail
|
6510
|
+
@ListHasListener = listhaslistener
|
6018
6511
|
end
|
6019
6512
|
|
6020
6513
|
def deserialize(params)
|
@@ -6038,6 +6531,7 @@ module TencentCloud
|
|
6038
6531
|
@DatasourceConnectionNameSet = params['DatasourceConnectionNameSet']
|
6039
6532
|
@EngineGeneration = params['EngineGeneration']
|
6040
6533
|
@EngineTypeDetail = params['EngineTypeDetail']
|
6534
|
+
@ListHasListener = params['ListHasListener']
|
6041
6535
|
end
|
6042
6536
|
end
|
6043
6537
|
|
@@ -6292,11 +6786,137 @@ module TencentCloud
|
|
6292
6786
|
end
|
6293
6787
|
end
|
6294
6788
|
|
6295
|
-
#
|
6296
|
-
class
|
6297
|
-
# @param
|
6298
|
-
# @type
|
6299
|
-
|
6789
|
+
# DescribeEngineNetworks请求参数结构体
|
6790
|
+
class DescribeEngineNetworksRequest < TencentCloud::Common::AbstractModel
|
6791
|
+
# @param SortBy: 排序字段
|
6792
|
+
# @type SortBy: String
|
6793
|
+
# @param Sorting: 升序,降序
|
6794
|
+
# @type Sorting: String
|
6795
|
+
# @param Filters: 过滤条件可选,engine-network-id--引擎网络ID,engine-network-state--引擎网络状态
|
6796
|
+
# @type Filters: Array
|
6797
|
+
# @param Limit: 数据条数
|
6798
|
+
# @type Limit: Integer
|
6799
|
+
# @param Offset: 偏移量
|
6800
|
+
# @type Offset: Integer
|
6801
|
+
|
6802
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
6803
|
+
|
6804
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
6805
|
+
@SortBy = sortby
|
6806
|
+
@Sorting = sorting
|
6807
|
+
@Filters = filters
|
6808
|
+
@Limit = limit
|
6809
|
+
@Offset = offset
|
6810
|
+
end
|
6811
|
+
|
6812
|
+
def deserialize(params)
|
6813
|
+
@SortBy = params['SortBy']
|
6814
|
+
@Sorting = params['Sorting']
|
6815
|
+
unless params['Filters'].nil?
|
6816
|
+
@Filters = []
|
6817
|
+
params['Filters'].each do |i|
|
6818
|
+
filter_tmp = Filter.new
|
6819
|
+
filter_tmp.deserialize(i)
|
6820
|
+
@Filters << filter_tmp
|
6821
|
+
end
|
6822
|
+
end
|
6823
|
+
@Limit = params['Limit']
|
6824
|
+
@Offset = params['Offset']
|
6825
|
+
end
|
6826
|
+
end
|
6827
|
+
|
6828
|
+
# DescribeEngineNetworks返回参数结构体
|
6829
|
+
class DescribeEngineNetworksResponse < TencentCloud::Common::AbstractModel
|
6830
|
+
# @param EngineNetworkInfos: 引擎网络信息
|
6831
|
+
# @type EngineNetworkInfos: Array
|
6832
|
+
# @param Total: 总数
|
6833
|
+
# @type Total: Integer
|
6834
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6835
|
+
# @type RequestId: String
|
6836
|
+
|
6837
|
+
attr_accessor :EngineNetworkInfos, :Total, :RequestId
|
6838
|
+
|
6839
|
+
def initialize(enginenetworkinfos=nil, total=nil, requestid=nil)
|
6840
|
+
@EngineNetworkInfos = enginenetworkinfos
|
6841
|
+
@Total = total
|
6842
|
+
@RequestId = requestid
|
6843
|
+
end
|
6844
|
+
|
6845
|
+
def deserialize(params)
|
6846
|
+
unless params['EngineNetworkInfos'].nil?
|
6847
|
+
@EngineNetworkInfos = []
|
6848
|
+
params['EngineNetworkInfos'].each do |i|
|
6849
|
+
enginenetworkinfo_tmp = EngineNetworkInfo.new
|
6850
|
+
enginenetworkinfo_tmp.deserialize(i)
|
6851
|
+
@EngineNetworkInfos << enginenetworkinfo_tmp
|
6852
|
+
end
|
6853
|
+
end
|
6854
|
+
@Total = params['Total']
|
6855
|
+
@RequestId = params['RequestId']
|
6856
|
+
end
|
6857
|
+
end
|
6858
|
+
|
6859
|
+
# DescribeEngineNodeSpec请求参数结构体
|
6860
|
+
class DescribeEngineNodeSpecRequest < TencentCloud::Common::AbstractModel
|
6861
|
+
# @param DataEngineName: 引擎名称
|
6862
|
+
# @type DataEngineName: String
|
6863
|
+
|
6864
|
+
attr_accessor :DataEngineName
|
6865
|
+
|
6866
|
+
def initialize(dataenginename=nil)
|
6867
|
+
@DataEngineName = dataenginename
|
6868
|
+
end
|
6869
|
+
|
6870
|
+
def deserialize(params)
|
6871
|
+
@DataEngineName = params['DataEngineName']
|
6872
|
+
end
|
6873
|
+
end
|
6874
|
+
|
6875
|
+
# DescribeEngineNodeSpec返回参数结构体
|
6876
|
+
class DescribeEngineNodeSpecResponse < TencentCloud::Common::AbstractModel
|
6877
|
+
# @param DriverSpec: driver可用的规格
|
6878
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6879
|
+
# @type DriverSpec: Array
|
6880
|
+
# @param ExecutorSpec: executor可用的规格
|
6881
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6882
|
+
# @type ExecutorSpec: Array
|
6883
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6884
|
+
# @type RequestId: String
|
6885
|
+
|
6886
|
+
attr_accessor :DriverSpec, :ExecutorSpec, :RequestId
|
6887
|
+
|
6888
|
+
def initialize(driverspec=nil, executorspec=nil, requestid=nil)
|
6889
|
+
@DriverSpec = driverspec
|
6890
|
+
@ExecutorSpec = executorspec
|
6891
|
+
@RequestId = requestid
|
6892
|
+
end
|
6893
|
+
|
6894
|
+
def deserialize(params)
|
6895
|
+
unless params['DriverSpec'].nil?
|
6896
|
+
@DriverSpec = []
|
6897
|
+
params['DriverSpec'].each do |i|
|
6898
|
+
specinfo_tmp = SpecInfo.new
|
6899
|
+
specinfo_tmp.deserialize(i)
|
6900
|
+
@DriverSpec << specinfo_tmp
|
6901
|
+
end
|
6902
|
+
end
|
6903
|
+
unless params['ExecutorSpec'].nil?
|
6904
|
+
@ExecutorSpec = []
|
6905
|
+
params['ExecutorSpec'].each do |i|
|
6906
|
+
specinfo_tmp = SpecInfo.new
|
6907
|
+
specinfo_tmp.deserialize(i)
|
6908
|
+
@ExecutorSpec << specinfo_tmp
|
6909
|
+
end
|
6910
|
+
end
|
6911
|
+
@RequestId = params['RequestId']
|
6912
|
+
end
|
6913
|
+
end
|
6914
|
+
|
6915
|
+
# DescribeEngineUsageInfo请求参数结构体
|
6916
|
+
class DescribeEngineUsageInfoRequest < TencentCloud::Common::AbstractModel
|
6917
|
+
# @param DataEngineId: 数据引擎ID
|
6918
|
+
# @type DataEngineId: String
|
6919
|
+
|
6300
6920
|
attr_accessor :DataEngineId
|
6301
6921
|
|
6302
6922
|
def initialize(dataengineid=nil)
|
@@ -6468,6 +7088,120 @@ module TencentCloud
|
|
6468
7088
|
end
|
6469
7089
|
end
|
6470
7090
|
|
7091
|
+
# DescribeNativeSparkSessions请求参数结构体
|
7092
|
+
class DescribeNativeSparkSessionsRequest < TencentCloud::Common::AbstractModel
|
7093
|
+
# @param DataEngineId: 引擎ID
|
7094
|
+
# @type DataEngineId: String
|
7095
|
+
# @param ResourceGroupId: 资源组ID
|
7096
|
+
# @type ResourceGroupId: String
|
7097
|
+
|
7098
|
+
attr_accessor :DataEngineId, :ResourceGroupId
|
7099
|
+
|
7100
|
+
def initialize(dataengineid=nil, resourcegroupid=nil)
|
7101
|
+
@DataEngineId = dataengineid
|
7102
|
+
@ResourceGroupId = resourcegroupid
|
7103
|
+
end
|
7104
|
+
|
7105
|
+
def deserialize(params)
|
7106
|
+
@DataEngineId = params['DataEngineId']
|
7107
|
+
@ResourceGroupId = params['ResourceGroupId']
|
7108
|
+
end
|
7109
|
+
end
|
7110
|
+
|
7111
|
+
# DescribeNativeSparkSessions返回参数结构体
|
7112
|
+
class DescribeNativeSparkSessionsResponse < TencentCloud::Common::AbstractModel
|
7113
|
+
# @param SparkSessionsList: spark session列表
|
7114
|
+
# @type SparkSessionsList: Array
|
7115
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7116
|
+
# @type RequestId: String
|
7117
|
+
|
7118
|
+
attr_accessor :SparkSessionsList, :RequestId
|
7119
|
+
|
7120
|
+
def initialize(sparksessionslist=nil, requestid=nil)
|
7121
|
+
@SparkSessionsList = sparksessionslist
|
7122
|
+
@RequestId = requestid
|
7123
|
+
end
|
7124
|
+
|
7125
|
+
def deserialize(params)
|
7126
|
+
unless params['SparkSessionsList'].nil?
|
7127
|
+
@SparkSessionsList = []
|
7128
|
+
params['SparkSessionsList'].each do |i|
|
7129
|
+
sparksessioninfo_tmp = SparkSessionInfo.new
|
7130
|
+
sparksessioninfo_tmp.deserialize(i)
|
7131
|
+
@SparkSessionsList << sparksessioninfo_tmp
|
7132
|
+
end
|
7133
|
+
end
|
7134
|
+
@RequestId = params['RequestId']
|
7135
|
+
end
|
7136
|
+
end
|
7137
|
+
|
7138
|
+
# DescribeNetworkConnections请求参数结构体
|
7139
|
+
class DescribeNetworkConnectionsRequest < TencentCloud::Common::AbstractModel
|
7140
|
+
# @param NetworkConnectionType: 网络配置类型
|
7141
|
+
# @type NetworkConnectionType: Integer
|
7142
|
+
# @param DataEngineName: 计算引擎名称
|
7143
|
+
# @type DataEngineName: String
|
7144
|
+
# @param DatasourceConnectionVpcId: 数据源vpcid
|
7145
|
+
# @type DatasourceConnectionVpcId: String
|
7146
|
+
# @param Limit: 返回数量,默认为10,最大值为100。
|
7147
|
+
# @type Limit: Integer
|
7148
|
+
# @param Offset: 偏移量,默认为0。
|
7149
|
+
# @type Offset: Integer
|
7150
|
+
# @param NetworkConnectionName: 网络配置名称
|
7151
|
+
# @type NetworkConnectionName: String
|
7152
|
+
|
7153
|
+
attr_accessor :NetworkConnectionType, :DataEngineName, :DatasourceConnectionVpcId, :Limit, :Offset, :NetworkConnectionName
|
7154
|
+
|
7155
|
+
def initialize(networkconnectiontype=nil, dataenginename=nil, datasourceconnectionvpcid=nil, limit=nil, offset=nil, networkconnectionname=nil)
|
7156
|
+
@NetworkConnectionType = networkconnectiontype
|
7157
|
+
@DataEngineName = dataenginename
|
7158
|
+
@DatasourceConnectionVpcId = datasourceconnectionvpcid
|
7159
|
+
@Limit = limit
|
7160
|
+
@Offset = offset
|
7161
|
+
@NetworkConnectionName = networkconnectionname
|
7162
|
+
end
|
7163
|
+
|
7164
|
+
def deserialize(params)
|
7165
|
+
@NetworkConnectionType = params['NetworkConnectionType']
|
7166
|
+
@DataEngineName = params['DataEngineName']
|
7167
|
+
@DatasourceConnectionVpcId = params['DatasourceConnectionVpcId']
|
7168
|
+
@Limit = params['Limit']
|
7169
|
+
@Offset = params['Offset']
|
7170
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
7171
|
+
end
|
7172
|
+
end
|
7173
|
+
|
7174
|
+
# DescribeNetworkConnections返回参数结构体
|
7175
|
+
class DescribeNetworkConnectionsResponse < TencentCloud::Common::AbstractModel
|
7176
|
+
# @param TotalCount: 总条数
|
7177
|
+
# @type TotalCount: Integer
|
7178
|
+
# @param NetworkConnectionSet: 网络配置列表
|
7179
|
+
# @type NetworkConnectionSet: Array
|
7180
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7181
|
+
# @type RequestId: String
|
7182
|
+
|
7183
|
+
attr_accessor :TotalCount, :NetworkConnectionSet, :RequestId
|
7184
|
+
|
7185
|
+
def initialize(totalcount=nil, networkconnectionset=nil, requestid=nil)
|
7186
|
+
@TotalCount = totalcount
|
7187
|
+
@NetworkConnectionSet = networkconnectionset
|
7188
|
+
@RequestId = requestid
|
7189
|
+
end
|
7190
|
+
|
7191
|
+
def deserialize(params)
|
7192
|
+
@TotalCount = params['TotalCount']
|
7193
|
+
unless params['NetworkConnectionSet'].nil?
|
7194
|
+
@NetworkConnectionSet = []
|
7195
|
+
params['NetworkConnectionSet'].each do |i|
|
7196
|
+
networkconnection_tmp = NetworkConnection.new
|
7197
|
+
networkconnection_tmp.deserialize(i)
|
7198
|
+
@NetworkConnectionSet << networkconnection_tmp
|
7199
|
+
end
|
7200
|
+
end
|
7201
|
+
@RequestId = params['RequestId']
|
7202
|
+
end
|
7203
|
+
end
|
7204
|
+
|
6471
7205
|
# DescribeNotebookSessionLog请求参数结构体
|
6472
7206
|
class DescribeNotebookSessionLogRequest < TencentCloud::Common::AbstractModel
|
6473
7207
|
# @param SessionId: Session唯一标识
|
@@ -7006,6 +7740,54 @@ module TencentCloud
|
|
7006
7740
|
end
|
7007
7741
|
end
|
7008
7742
|
|
7743
|
+
# DescribeSessionImageVersion请求参数结构体
|
7744
|
+
class DescribeSessionImageVersionRequest < TencentCloud::Common::AbstractModel
|
7745
|
+
# @param DataEngineId: 引擎Id
|
7746
|
+
# @type DataEngineId: String
|
7747
|
+
# @param FrameworkType: 框架类型:machine-learning、python、spark-ml
|
7748
|
+
# @type FrameworkType: String
|
7749
|
+
|
7750
|
+
attr_accessor :DataEngineId, :FrameworkType
|
7751
|
+
|
7752
|
+
def initialize(dataengineid=nil, frameworktype=nil)
|
7753
|
+
@DataEngineId = dataengineid
|
7754
|
+
@FrameworkType = frameworktype
|
7755
|
+
end
|
7756
|
+
|
7757
|
+
def deserialize(params)
|
7758
|
+
@DataEngineId = params['DataEngineId']
|
7759
|
+
@FrameworkType = params['FrameworkType']
|
7760
|
+
end
|
7761
|
+
end
|
7762
|
+
|
7763
|
+
# DescribeSessionImageVersion返回参数结构体
|
7764
|
+
class DescribeSessionImageVersionResponse < TencentCloud::Common::AbstractModel
|
7765
|
+
# @param EngineSessionImages: 扩展镜像列表
|
7766
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7767
|
+
# @type EngineSessionImages: Array
|
7768
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7769
|
+
# @type RequestId: String
|
7770
|
+
|
7771
|
+
attr_accessor :EngineSessionImages, :RequestId
|
7772
|
+
|
7773
|
+
def initialize(enginesessionimages=nil, requestid=nil)
|
7774
|
+
@EngineSessionImages = enginesessionimages
|
7775
|
+
@RequestId = requestid
|
7776
|
+
end
|
7777
|
+
|
7778
|
+
def deserialize(params)
|
7779
|
+
unless params['EngineSessionImages'].nil?
|
7780
|
+
@EngineSessionImages = []
|
7781
|
+
params['EngineSessionImages'].each do |i|
|
7782
|
+
enginesessionimage_tmp = EngineSessionImage.new
|
7783
|
+
enginesessionimage_tmp.deserialize(i)
|
7784
|
+
@EngineSessionImages << enginesessionimage_tmp
|
7785
|
+
end
|
7786
|
+
end
|
7787
|
+
@RequestId = params['RequestId']
|
7788
|
+
end
|
7789
|
+
end
|
7790
|
+
|
7009
7791
|
# DescribeSparkAppJob请求参数结构体
|
7010
7792
|
class DescribeSparkAppJobRequest < TencentCloud::Common::AbstractModel
|
7011
7793
|
# @param JobId: spark作业Id,与JobName同时存在时,JobName无效,JobId与JobName至少存在一个
|
@@ -7371,6 +8153,146 @@ module TencentCloud
|
|
7371
8153
|
end
|
7372
8154
|
end
|
7373
8155
|
|
8156
|
+
# DescribeStandardEngineResourceGroupConfigInfo请求参数结构体
|
8157
|
+
class DescribeStandardEngineResourceGroupConfigInfoRequest < TencentCloud::Common::AbstractModel
|
8158
|
+
# @param SortBy: 排序字段
|
8159
|
+
# @type SortBy: String
|
8160
|
+
# @param Sorting: 升序,降序
|
8161
|
+
# @type Sorting: String
|
8162
|
+
# @param Filters: 过滤条件可选,engine-resource-group-id--引擎资源组ID,engine-id---引擎ID
|
8163
|
+
# @type Filters: Array
|
8164
|
+
# @param Limit: 数据条数,默认10
|
8165
|
+
# @type Limit: Integer
|
8166
|
+
# @param Offset: 偏移量,默认0
|
8167
|
+
# @type Offset: Integer
|
8168
|
+
|
8169
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
8170
|
+
|
8171
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
8172
|
+
@SortBy = sortby
|
8173
|
+
@Sorting = sorting
|
8174
|
+
@Filters = filters
|
8175
|
+
@Limit = limit
|
8176
|
+
@Offset = offset
|
8177
|
+
end
|
8178
|
+
|
8179
|
+
def deserialize(params)
|
8180
|
+
@SortBy = params['SortBy']
|
8181
|
+
@Sorting = params['Sorting']
|
8182
|
+
unless params['Filters'].nil?
|
8183
|
+
@Filters = []
|
8184
|
+
params['Filters'].each do |i|
|
8185
|
+
filter_tmp = Filter.new
|
8186
|
+
filter_tmp.deserialize(i)
|
8187
|
+
@Filters << filter_tmp
|
8188
|
+
end
|
8189
|
+
end
|
8190
|
+
@Limit = params['Limit']
|
8191
|
+
@Offset = params['Offset']
|
8192
|
+
end
|
8193
|
+
end
|
8194
|
+
|
8195
|
+
# DescribeStandardEngineResourceGroupConfigInfo返回参数结构体
|
8196
|
+
class DescribeStandardEngineResourceGroupConfigInfoResponse < TencentCloud::Common::AbstractModel
|
8197
|
+
# @param Total: 总数
|
8198
|
+
# @type Total: Integer
|
8199
|
+
# @param StandardEngineResourceGroupConfigInfos: 标准引擎资源组,配置相关信息
|
8200
|
+
# @type StandardEngineResourceGroupConfigInfos: Array
|
8201
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8202
|
+
# @type RequestId: String
|
8203
|
+
|
8204
|
+
attr_accessor :Total, :StandardEngineResourceGroupConfigInfos, :RequestId
|
8205
|
+
|
8206
|
+
def initialize(total=nil, standardengineresourcegroupconfiginfos=nil, requestid=nil)
|
8207
|
+
@Total = total
|
8208
|
+
@StandardEngineResourceGroupConfigInfos = standardengineresourcegroupconfiginfos
|
8209
|
+
@RequestId = requestid
|
8210
|
+
end
|
8211
|
+
|
8212
|
+
def deserialize(params)
|
8213
|
+
@Total = params['Total']
|
8214
|
+
unless params['StandardEngineResourceGroupConfigInfos'].nil?
|
8215
|
+
@StandardEngineResourceGroupConfigInfos = []
|
8216
|
+
params['StandardEngineResourceGroupConfigInfos'].each do |i|
|
8217
|
+
standardengineresourcegroupconfiginfo_tmp = StandardEngineResourceGroupConfigInfo.new
|
8218
|
+
standardengineresourcegroupconfiginfo_tmp.deserialize(i)
|
8219
|
+
@StandardEngineResourceGroupConfigInfos << standardengineresourcegroupconfiginfo_tmp
|
8220
|
+
end
|
8221
|
+
end
|
8222
|
+
@RequestId = params['RequestId']
|
8223
|
+
end
|
8224
|
+
end
|
8225
|
+
|
8226
|
+
# DescribeStandardEngineResourceGroups请求参数结构体
|
8227
|
+
class DescribeStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
8228
|
+
# @param SortBy: 排序字段
|
8229
|
+
# @type SortBy: String
|
8230
|
+
# @param Sorting: 升序,降序
|
8231
|
+
# @type Sorting: String
|
8232
|
+
# @param Filters: 过滤条件可选,app-id--用户appID,engine-resource-group-id--引擎资源组ID,data-engine-name--引擎名称,engine-resource-group-name---引擎资源组名称(模糊查询),engine-resource-group-state---引擎资源组状态engine-resource-group-name-unique --引擎资源组名称(完全匹配)
|
8233
|
+
# @type Filters: Array
|
8234
|
+
# @param Limit: 数据条数,默认10
|
8235
|
+
# @type Limit: Integer
|
8236
|
+
# @param Offset: 偏移量,默认0
|
8237
|
+
# @type Offset: Integer
|
8238
|
+
|
8239
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
8240
|
+
|
8241
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
8242
|
+
@SortBy = sortby
|
8243
|
+
@Sorting = sorting
|
8244
|
+
@Filters = filters
|
8245
|
+
@Limit = limit
|
8246
|
+
@Offset = offset
|
8247
|
+
end
|
8248
|
+
|
8249
|
+
def deserialize(params)
|
8250
|
+
@SortBy = params['SortBy']
|
8251
|
+
@Sorting = params['Sorting']
|
8252
|
+
unless params['Filters'].nil?
|
8253
|
+
@Filters = []
|
8254
|
+
params['Filters'].each do |i|
|
8255
|
+
filter_tmp = Filter.new
|
8256
|
+
filter_tmp.deserialize(i)
|
8257
|
+
@Filters << filter_tmp
|
8258
|
+
end
|
8259
|
+
end
|
8260
|
+
@Limit = params['Limit']
|
8261
|
+
@Offset = params['Offset']
|
8262
|
+
end
|
8263
|
+
end
|
8264
|
+
|
8265
|
+
# DescribeStandardEngineResourceGroups返回参数结构体
|
8266
|
+
class DescribeStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
8267
|
+
# @param UserEngineResourceGroupInfos: 标准引擎资源组信息
|
8268
|
+
# @type UserEngineResourceGroupInfos: Array
|
8269
|
+
# @param Total: 资源组总数
|
8270
|
+
# @type Total: Integer
|
8271
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8272
|
+
# @type RequestId: String
|
8273
|
+
|
8274
|
+
attr_accessor :UserEngineResourceGroupInfos, :Total, :RequestId
|
8275
|
+
|
8276
|
+
def initialize(userengineresourcegroupinfos=nil, total=nil, requestid=nil)
|
8277
|
+
@UserEngineResourceGroupInfos = userengineresourcegroupinfos
|
8278
|
+
@Total = total
|
8279
|
+
@RequestId = requestid
|
8280
|
+
end
|
8281
|
+
|
8282
|
+
def deserialize(params)
|
8283
|
+
unless params['UserEngineResourceGroupInfos'].nil?
|
8284
|
+
@UserEngineResourceGroupInfos = []
|
8285
|
+
params['UserEngineResourceGroupInfos'].each do |i|
|
8286
|
+
standardengineresourcegroupinfo_tmp = StandardEngineResourceGroupInfo.new
|
8287
|
+
standardengineresourcegroupinfo_tmp.deserialize(i)
|
8288
|
+
@UserEngineResourceGroupInfos << standardengineresourcegroupinfo_tmp
|
8289
|
+
end
|
8290
|
+
end
|
8291
|
+
@Total = params['Total']
|
8292
|
+
@RequestId = params['RequestId']
|
8293
|
+
end
|
8294
|
+
end
|
8295
|
+
|
7374
8296
|
# DescribeStoreLocation请求参数结构体
|
7375
8297
|
class DescribeStoreLocationRequest < TencentCloud::Common::AbstractModel
|
7376
8298
|
|
@@ -8618,6 +9540,54 @@ module TencentCloud
|
|
8618
9540
|
end
|
8619
9541
|
end
|
8620
9542
|
|
9543
|
+
# DescribeUserVpcConnection请求参数结构体
|
9544
|
+
class DescribeUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
9545
|
+
# @param EngineNetworkId: 引擎网络ID
|
9546
|
+
# @type EngineNetworkId: String
|
9547
|
+
# @param DataEngineIds: 引擎ID集合
|
9548
|
+
# @type DataEngineIds: Array
|
9549
|
+
|
9550
|
+
attr_accessor :EngineNetworkId, :DataEngineIds
|
9551
|
+
|
9552
|
+
def initialize(enginenetworkid=nil, dataengineids=nil)
|
9553
|
+
@EngineNetworkId = enginenetworkid
|
9554
|
+
@DataEngineIds = dataengineids
|
9555
|
+
end
|
9556
|
+
|
9557
|
+
def deserialize(params)
|
9558
|
+
@EngineNetworkId = params['EngineNetworkId']
|
9559
|
+
@DataEngineIds = params['DataEngineIds']
|
9560
|
+
end
|
9561
|
+
end
|
9562
|
+
|
9563
|
+
# DescribeUserVpcConnection返回参数结构体
|
9564
|
+
class DescribeUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
9565
|
+
# @param UserVpcConnectionInfos: 用户vpc连接信息
|
9566
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9567
|
+
# @type UserVpcConnectionInfos: Array
|
9568
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9569
|
+
# @type RequestId: String
|
9570
|
+
|
9571
|
+
attr_accessor :UserVpcConnectionInfos, :RequestId
|
9572
|
+
|
9573
|
+
def initialize(uservpcconnectioninfos=nil, requestid=nil)
|
9574
|
+
@UserVpcConnectionInfos = uservpcconnectioninfos
|
9575
|
+
@RequestId = requestid
|
9576
|
+
end
|
9577
|
+
|
9578
|
+
def deserialize(params)
|
9579
|
+
unless params['UserVpcConnectionInfos'].nil?
|
9580
|
+
@UserVpcConnectionInfos = []
|
9581
|
+
params['UserVpcConnectionInfos'].each do |i|
|
9582
|
+
uservpcconnectioninfo_tmp = UserVpcConnectionInfo.new
|
9583
|
+
uservpcconnectioninfo_tmp.deserialize(i)
|
9584
|
+
@UserVpcConnectionInfos << uservpcconnectioninfo_tmp
|
9585
|
+
end
|
9586
|
+
end
|
9587
|
+
@RequestId = params['RequestId']
|
9588
|
+
end
|
9589
|
+
end
|
9590
|
+
|
8621
9591
|
# DescribeUsers请求参数结构体
|
8622
9592
|
class DescribeUsersRequest < TencentCloud::Common::AbstractModel
|
8623
9593
|
# @param UserId: 指定查询的子用户uin,用户需要通过CreateUser接口创建。
|
@@ -9184,71 +10154,222 @@ module TencentCloud
|
|
9184
10154
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9185
10155
|
# @type RequestId: String
|
9186
10156
|
|
9187
|
-
attr_accessor :RequestId
|
10157
|
+
attr_accessor :RequestId
|
10158
|
+
|
10159
|
+
def initialize(requestid=nil)
|
10160
|
+
@RequestId = requestid
|
10161
|
+
end
|
10162
|
+
|
10163
|
+
def deserialize(params)
|
10164
|
+
@RequestId = params['RequestId']
|
10165
|
+
end
|
10166
|
+
end
|
10167
|
+
|
10168
|
+
# 引擎资源弹性伸缩计划
|
10169
|
+
class ElasticPlan < TencentCloud::Common::AbstractModel
|
10170
|
+
# @param MinElasticClusters: 最小集群数
|
10171
|
+
# @type MinElasticClusters: Integer
|
10172
|
+
# @param MaxElasticClusters: 最大集群数
|
10173
|
+
# @type MaxElasticClusters: Integer
|
10174
|
+
# @param TolerableQueueTime: 最大排队时间
|
10175
|
+
# @type TolerableQueueTime: Integer
|
10176
|
+
# @param StartTime: 开始时间,Once格式:yyyy-MM-dd HH:mm:ss; 非Once格式: HH:mm:ss
|
10177
|
+
# @type StartTime: String
|
10178
|
+
# @param EndTime: 结束时间,Once格式:yyyy-MM-dd HH:mm:ss; 非Once格式: HH:mm:ss
|
10179
|
+
# @type EndTime: String
|
10180
|
+
|
10181
|
+
attr_accessor :MinElasticClusters, :MaxElasticClusters, :TolerableQueueTime, :StartTime, :EndTime
|
10182
|
+
|
10183
|
+
def initialize(minelasticclusters=nil, maxelasticclusters=nil, tolerablequeuetime=nil, starttime=nil, endtime=nil)
|
10184
|
+
@MinElasticClusters = minelasticclusters
|
10185
|
+
@MaxElasticClusters = maxelasticclusters
|
10186
|
+
@TolerableQueueTime = tolerablequeuetime
|
10187
|
+
@StartTime = starttime
|
10188
|
+
@EndTime = endtime
|
10189
|
+
end
|
10190
|
+
|
10191
|
+
def deserialize(params)
|
10192
|
+
@MinElasticClusters = params['MinElasticClusters']
|
10193
|
+
@MaxElasticClusters = params['MaxElasticClusters']
|
10194
|
+
@TolerableQueueTime = params['TolerableQueueTime']
|
10195
|
+
@StartTime = params['StartTime']
|
10196
|
+
@EndTime = params['EndTime']
|
10197
|
+
end
|
10198
|
+
end
|
10199
|
+
|
10200
|
+
# Elasticsearch数据源的详细信息
|
10201
|
+
class ElasticsearchInfo < TencentCloud::Common::AbstractModel
|
10202
|
+
# @param InstanceId: 数据源ID
|
10203
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10204
|
+
# @type InstanceId: String
|
10205
|
+
# @param InstanceName: 数据源名称
|
10206
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10207
|
+
# @type InstanceName: String
|
10208
|
+
# @param User: 用户名
|
10209
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10210
|
+
# @type User: String
|
10211
|
+
# @param Password: 密码,需要base64编码
|
10212
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10213
|
+
# @type Password: String
|
10214
|
+
# @param Location: 数据源的VPC和子网信息
|
10215
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10216
|
+
# @type Location: :class:`Tencentcloud::Dlc.v20210125.models.DatasourceConnectionLocation`
|
10217
|
+
# @param DbName: 默认数据库名称
|
10218
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10219
|
+
# @type DbName: String
|
10220
|
+
# @param ServiceInfo: 访问Elasticsearch的ip、端口信息
|
10221
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10222
|
+
# @type ServiceInfo: Array
|
10223
|
+
|
10224
|
+
attr_accessor :InstanceId, :InstanceName, :User, :Password, :Location, :DbName, :ServiceInfo
|
10225
|
+
|
10226
|
+
def initialize(instanceid=nil, instancename=nil, user=nil, password=nil, location=nil, dbname=nil, serviceinfo=nil)
|
10227
|
+
@InstanceId = instanceid
|
10228
|
+
@InstanceName = instancename
|
10229
|
+
@User = user
|
10230
|
+
@Password = password
|
10231
|
+
@Location = location
|
10232
|
+
@DbName = dbname
|
10233
|
+
@ServiceInfo = serviceinfo
|
10234
|
+
end
|
10235
|
+
|
10236
|
+
def deserialize(params)
|
10237
|
+
@InstanceId = params['InstanceId']
|
10238
|
+
@InstanceName = params['InstanceName']
|
10239
|
+
@User = params['User']
|
10240
|
+
@Password = params['Password']
|
10241
|
+
unless params['Location'].nil?
|
10242
|
+
@Location = DatasourceConnectionLocation.new
|
10243
|
+
@Location.deserialize(params['Location'])
|
10244
|
+
end
|
10245
|
+
@DbName = params['DbName']
|
10246
|
+
unless params['ServiceInfo'].nil?
|
10247
|
+
@ServiceInfo = []
|
10248
|
+
params['ServiceInfo'].each do |i|
|
10249
|
+
ipportpair_tmp = IpPortPair.new
|
10250
|
+
ipportpair_tmp.deserialize(i)
|
10251
|
+
@ServiceInfo << ipportpair_tmp
|
10252
|
+
end
|
10253
|
+
end
|
10254
|
+
end
|
10255
|
+
end
|
10256
|
+
|
10257
|
+
# 引擎网络信息
|
10258
|
+
class EngineNetworkInfo < TencentCloud::Common::AbstractModel
|
10259
|
+
# @param EngineNetworkName: 引擎网络名字
|
10260
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10261
|
+
# @type EngineNetworkName: String
|
10262
|
+
# @param EngineNetworkState: 引擎网络状态,0--初始化,2--可用,-1--已删除
|
10263
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10264
|
+
# @type EngineNetworkState: Integer
|
10265
|
+
# @param EngineNetworkCidr: 引擎网络cidr
|
10266
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10267
|
+
# @type EngineNetworkCidr: String
|
10268
|
+
# @param EngineNetworkId: 引擎网络ID
|
10269
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10270
|
+
# @type EngineNetworkId: String
|
10271
|
+
# @param CreateTime: 创建时间
|
10272
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10273
|
+
# @type CreateTime: Integer
|
10274
|
+
# @param UpdateTime: 更新时间
|
10275
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10276
|
+
# @type UpdateTime: Integer
|
10277
|
+
# @param PrivateLinkNumber: 私有连接个数
|
10278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10279
|
+
# @type PrivateLinkNumber: Integer
|
10280
|
+
# @param EngineNumber: 计算引擎个数
|
10281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10282
|
+
# @type EngineNumber: Integer
|
10283
|
+
# @param GateWayInfo: 网关信息
|
10284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10285
|
+
# @type GateWayInfo: Array
|
10286
|
+
|
10287
|
+
attr_accessor :EngineNetworkName, :EngineNetworkState, :EngineNetworkCidr, :EngineNetworkId, :CreateTime, :UpdateTime, :PrivateLinkNumber, :EngineNumber, :GateWayInfo
|
10288
|
+
|
10289
|
+
def initialize(enginenetworkname=nil, enginenetworkstate=nil, enginenetworkcidr=nil, enginenetworkid=nil, createtime=nil, updatetime=nil, privatelinknumber=nil, enginenumber=nil, gatewayinfo=nil)
|
10290
|
+
@EngineNetworkName = enginenetworkname
|
10291
|
+
@EngineNetworkState = enginenetworkstate
|
10292
|
+
@EngineNetworkCidr = enginenetworkcidr
|
10293
|
+
@EngineNetworkId = enginenetworkid
|
10294
|
+
@CreateTime = createtime
|
10295
|
+
@UpdateTime = updatetime
|
10296
|
+
@PrivateLinkNumber = privatelinknumber
|
10297
|
+
@EngineNumber = enginenumber
|
10298
|
+
@GateWayInfo = gatewayinfo
|
10299
|
+
end
|
10300
|
+
|
10301
|
+
def deserialize(params)
|
10302
|
+
@EngineNetworkName = params['EngineNetworkName']
|
10303
|
+
@EngineNetworkState = params['EngineNetworkState']
|
10304
|
+
@EngineNetworkCidr = params['EngineNetworkCidr']
|
10305
|
+
@EngineNetworkId = params['EngineNetworkId']
|
10306
|
+
@CreateTime = params['CreateTime']
|
10307
|
+
@UpdateTime = params['UpdateTime']
|
10308
|
+
@PrivateLinkNumber = params['PrivateLinkNumber']
|
10309
|
+
@EngineNumber = params['EngineNumber']
|
10310
|
+
unless params['GateWayInfo'].nil?
|
10311
|
+
@GateWayInfo = []
|
10312
|
+
params['GateWayInfo'].each do |i|
|
10313
|
+
gatewayinfo_tmp = GatewayInfo.new
|
10314
|
+
gatewayinfo_tmp.deserialize(i)
|
10315
|
+
@GateWayInfo << gatewayinfo_tmp
|
10316
|
+
end
|
10317
|
+
end
|
10318
|
+
end
|
10319
|
+
end
|
10320
|
+
|
10321
|
+
# 引擎资源组参数 配置项
|
10322
|
+
class EngineResourceGroupConfigPair < TencentCloud::Common::AbstractModel
|
10323
|
+
# @param ConfigItem: 配置项
|
10324
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10325
|
+
# @type ConfigItem: String
|
10326
|
+
# @param ConfigValue: 配置项的值
|
10327
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10328
|
+
# @type ConfigValue: String
|
9188
10329
|
|
9189
|
-
|
9190
|
-
|
10330
|
+
attr_accessor :ConfigItem, :ConfigValue
|
10331
|
+
|
10332
|
+
def initialize(configitem=nil, configvalue=nil)
|
10333
|
+
@ConfigItem = configitem
|
10334
|
+
@ConfigValue = configvalue
|
9191
10335
|
end
|
9192
10336
|
|
9193
10337
|
def deserialize(params)
|
9194
|
-
@
|
10338
|
+
@ConfigItem = params['ConfigItem']
|
10339
|
+
@ConfigValue = params['ConfigValue']
|
9195
10340
|
end
|
9196
10341
|
end
|
9197
10342
|
|
9198
|
-
#
|
9199
|
-
class
|
9200
|
-
# @param
|
9201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9202
|
-
# @type InstanceId: String
|
9203
|
-
# @param InstanceName: 数据源名称
|
9204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9205
|
-
# @type InstanceName: String
|
9206
|
-
# @param User: 用户名
|
9207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9208
|
-
# @type User: String
|
9209
|
-
# @param Password: 密码,需要base64编码
|
10343
|
+
# TensorFlow、Pytorch、SK-learn镜像信息列表
|
10344
|
+
class EngineSessionImage < TencentCloud::Common::AbstractModel
|
10345
|
+
# @param SparkImageId: Spark镜像唯一id
|
9210
10346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9211
|
-
# @type
|
9212
|
-
# @param
|
10347
|
+
# @type SparkImageId: String
|
10348
|
+
# @param SparkImageVersion: Spark镜像版本名称
|
9213
10349
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9214
|
-
# @type
|
9215
|
-
# @param
|
10350
|
+
# @type SparkImageVersion: String
|
10351
|
+
# @param SparkImageType: 小版本镜像类型.1:TensorFlow、2:Pytorch、3:SK-learn
|
10352
|
+
|
9216
10353
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9217
|
-
# @type
|
9218
|
-
# @param
|
10354
|
+
# @type SparkImageType: Integer
|
10355
|
+
# @param SparkImageTag: 镜像地址
|
9219
10356
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9220
|
-
# @type
|
10357
|
+
# @type SparkImageTag: String
|
9221
10358
|
|
9222
|
-
attr_accessor :
|
10359
|
+
attr_accessor :SparkImageId, :SparkImageVersion, :SparkImageType, :SparkImageTag
|
9223
10360
|
|
9224
|
-
def initialize(
|
9225
|
-
@
|
9226
|
-
@
|
9227
|
-
@
|
9228
|
-
@
|
9229
|
-
@Location = location
|
9230
|
-
@DbName = dbname
|
9231
|
-
@ServiceInfo = serviceinfo
|
10361
|
+
def initialize(sparkimageid=nil, sparkimageversion=nil, sparkimagetype=nil, sparkimagetag=nil)
|
10362
|
+
@SparkImageId = sparkimageid
|
10363
|
+
@SparkImageVersion = sparkimageversion
|
10364
|
+
@SparkImageType = sparkimagetype
|
10365
|
+
@SparkImageTag = sparkimagetag
|
9232
10366
|
end
|
9233
10367
|
|
9234
10368
|
def deserialize(params)
|
9235
|
-
@
|
9236
|
-
@
|
9237
|
-
@
|
9238
|
-
@
|
9239
|
-
unless params['Location'].nil?
|
9240
|
-
@Location = DatasourceConnectionLocation.new
|
9241
|
-
@Location.deserialize(params['Location'])
|
9242
|
-
end
|
9243
|
-
@DbName = params['DbName']
|
9244
|
-
unless params['ServiceInfo'].nil?
|
9245
|
-
@ServiceInfo = []
|
9246
|
-
params['ServiceInfo'].each do |i|
|
9247
|
-
ipportpair_tmp = IpPortPair.new
|
9248
|
-
ipportpair_tmp.deserialize(i)
|
9249
|
-
@ServiceInfo << ipportpair_tmp
|
9250
|
-
end
|
9251
|
-
end
|
10369
|
+
@SparkImageId = params['SparkImageId']
|
10370
|
+
@SparkImageVersion = params['SparkImageVersion']
|
10371
|
+
@SparkImageType = params['SparkImageType']
|
10372
|
+
@SparkImageTag = params['SparkImageTag']
|
9252
10373
|
end
|
9253
10374
|
end
|
9254
10375
|
|
@@ -9316,6 +10437,48 @@ module TencentCloud
|
|
9316
10437
|
end
|
9317
10438
|
end
|
9318
10439
|
|
10440
|
+
# 网关基础信息,包括id,名称,规格和状态
|
10441
|
+
class GatewayInfo < TencentCloud::Common::AbstractModel
|
10442
|
+
# @param GatewayId: 网关ID,
|
10443
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10444
|
+
# @type GatewayId: String
|
10445
|
+
# @param GatewayName: 网关名称,全局唯一
|
10446
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10447
|
+
# @type GatewayName: String
|
10448
|
+
# @param Size: 网关的规格
|
10449
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10450
|
+
# @type Size: Integer
|
10451
|
+
# @param State: -2已删除 -1失败 0初始化中 1挂起 2运行中 3准备删除 4删除中 5挂起中 6启动中 7隔离中 8隔离 9续费中 10变配中 11冲正中
|
10452
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10453
|
+
# @type State: Integer
|
10454
|
+
# @param PayMode: 计费模式
|
10455
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10456
|
+
# @type PayMode: Integer
|
10457
|
+
# @param Mode: 模式
|
10458
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10459
|
+
# @type Mode: Integer
|
10460
|
+
|
10461
|
+
attr_accessor :GatewayId, :GatewayName, :Size, :State, :PayMode, :Mode
|
10462
|
+
|
10463
|
+
def initialize(gatewayid=nil, gatewayname=nil, size=nil, state=nil, paymode=nil, mode=nil)
|
10464
|
+
@GatewayId = gatewayid
|
10465
|
+
@GatewayName = gatewayname
|
10466
|
+
@Size = size
|
10467
|
+
@State = state
|
10468
|
+
@PayMode = paymode
|
10469
|
+
@Mode = mode
|
10470
|
+
end
|
10471
|
+
|
10472
|
+
def deserialize(params)
|
10473
|
+
@GatewayId = params['GatewayId']
|
10474
|
+
@GatewayName = params['GatewayName']
|
10475
|
+
@Size = params['Size']
|
10476
|
+
@State = params['State']
|
10477
|
+
@PayMode = params['PayMode']
|
10478
|
+
@Mode = params['Mode']
|
10479
|
+
end
|
10480
|
+
end
|
10481
|
+
|
9319
10482
|
# GenerateCreateMangedTableSql请求参数结构体
|
9320
10483
|
class GenerateCreateMangedTableSqlRequest < TencentCloud::Common::AbstractModel
|
9321
10484
|
# @param TableBaseInfo: 表基本信息
|
@@ -9812,6 +10975,50 @@ module TencentCloud
|
|
9812
10975
|
end
|
9813
10976
|
end
|
9814
10977
|
|
10978
|
+
# LaunchStandardEngineResourceGroups请求参数结构体
|
10979
|
+
class LaunchStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
10980
|
+
# @param EngineResourceGroupNames: 标准引擎资源组名称
|
10981
|
+
# @type EngineResourceGroupNames: Array
|
10982
|
+
|
10983
|
+
attr_accessor :EngineResourceGroupNames
|
10984
|
+
|
10985
|
+
def initialize(engineresourcegroupnames=nil)
|
10986
|
+
@EngineResourceGroupNames = engineresourcegroupnames
|
10987
|
+
end
|
10988
|
+
|
10989
|
+
def deserialize(params)
|
10990
|
+
@EngineResourceGroupNames = params['EngineResourceGroupNames']
|
10991
|
+
end
|
10992
|
+
end
|
10993
|
+
|
10994
|
+
# LaunchStandardEngineResourceGroups返回参数结构体
|
10995
|
+
class LaunchStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
10996
|
+
# @param OperateEngineResourceGroupFailMessages: 批量操作资源组时,操作失败的资源组相关信息
|
10997
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10998
|
+
# @type OperateEngineResourceGroupFailMessages: Array
|
10999
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11000
|
+
# @type RequestId: String
|
11001
|
+
|
11002
|
+
attr_accessor :OperateEngineResourceGroupFailMessages, :RequestId
|
11003
|
+
|
11004
|
+
def initialize(operateengineresourcegroupfailmessages=nil, requestid=nil)
|
11005
|
+
@OperateEngineResourceGroupFailMessages = operateengineresourcegroupfailmessages
|
11006
|
+
@RequestId = requestid
|
11007
|
+
end
|
11008
|
+
|
11009
|
+
def deserialize(params)
|
11010
|
+
unless params['OperateEngineResourceGroupFailMessages'].nil?
|
11011
|
+
@OperateEngineResourceGroupFailMessages = []
|
11012
|
+
params['OperateEngineResourceGroupFailMessages'].each do |i|
|
11013
|
+
operateengineresourcegroupfailmessage_tmp = OperateEngineResourceGroupFailMessage.new
|
11014
|
+
operateengineresourcegroupfailmessage_tmp.deserialize(i)
|
11015
|
+
@OperateEngineResourceGroupFailMessages << operateengineresourcegroupfailmessage_tmp
|
11016
|
+
end
|
11017
|
+
end
|
11018
|
+
@RequestId = params['RequestId']
|
11019
|
+
end
|
11020
|
+
end
|
11021
|
+
|
9815
11022
|
# ListTaskJobLogDetail请求参数结构体
|
9816
11023
|
class ListTaskJobLogDetailRequest < TencentCloud::Common::AbstractModel
|
9817
11024
|
# @param TaskId: 列表返回的Id
|
@@ -11008,6 +12215,26 @@ module TencentCloud
|
|
11008
12215
|
end
|
11009
12216
|
end
|
11010
12217
|
|
12218
|
+
# 操作资源组,返回的操作失败信息
|
12219
|
+
class OperateEngineResourceGroupFailMessage < TencentCloud::Common::AbstractModel
|
12220
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
12221
|
+
# @type EngineResourceGroupName: String
|
12222
|
+
# @param FailMessage: 操作失败的提示信息
|
12223
|
+
# @type FailMessage: String
|
12224
|
+
|
12225
|
+
attr_accessor :EngineResourceGroupName, :FailMessage
|
12226
|
+
|
12227
|
+
def initialize(engineresourcegroupname=nil, failmessage=nil)
|
12228
|
+
@EngineResourceGroupName = engineresourcegroupname
|
12229
|
+
@FailMessage = failmessage
|
12230
|
+
end
|
12231
|
+
|
12232
|
+
def deserialize(params)
|
12233
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
12234
|
+
@FailMessage = params['FailMessage']
|
12235
|
+
end
|
12236
|
+
end
|
12237
|
+
|
11011
12238
|
# 数据优化引擎信息
|
11012
12239
|
class OptimizerEngineInfo < TencentCloud::Common::AbstractModel
|
11013
12240
|
# @param HouseName: 引擎资源名称
|
@@ -11103,6 +12330,30 @@ module TencentCloud
|
|
11103
12330
|
end
|
11104
12331
|
end
|
11105
12332
|
|
12333
|
+
# 对指定参数的更新、增加、删除
|
12334
|
+
class Param < TencentCloud::Common::AbstractModel
|
12335
|
+
# @param ConfigItem: 参数key,例如:
|
12336
|
+
# @type ConfigItem: String
|
12337
|
+
# @param ConfigValue: 参数值
|
12338
|
+
# @type ConfigValue: String
|
12339
|
+
# @param Operate: 下发操作,支持:ADD、DELETE、MODIFY
|
12340
|
+
# @type Operate: String
|
12341
|
+
|
12342
|
+
attr_accessor :ConfigItem, :ConfigValue, :Operate
|
12343
|
+
|
12344
|
+
def initialize(configitem=nil, configvalue=nil, operate=nil)
|
12345
|
+
@ConfigItem = configitem
|
12346
|
+
@ConfigValue = configvalue
|
12347
|
+
@Operate = operate
|
12348
|
+
end
|
12349
|
+
|
12350
|
+
def deserialize(params)
|
12351
|
+
@ConfigItem = params['ConfigItem']
|
12352
|
+
@ConfigValue = params['ConfigValue']
|
12353
|
+
@Operate = params['Operate']
|
12354
|
+
end
|
12355
|
+
end
|
12356
|
+
|
11106
12357
|
# 数据表分块信息。
|
11107
12358
|
class Partition < TencentCloud::Common::AbstractModel
|
11108
12359
|
# @param Name: 分区列名。
|
@@ -11140,6 +12391,50 @@ module TencentCloud
|
|
11140
12391
|
end
|
11141
12392
|
end
|
11142
12393
|
|
12394
|
+
# PauseStandardEngineResourceGroups请求参数结构体
|
12395
|
+
class PauseStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
12396
|
+
# @param EngineResourceGroupNames: 标准引擎资源组名称
|
12397
|
+
# @type EngineResourceGroupNames: Array
|
12398
|
+
|
12399
|
+
attr_accessor :EngineResourceGroupNames
|
12400
|
+
|
12401
|
+
def initialize(engineresourcegroupnames=nil)
|
12402
|
+
@EngineResourceGroupNames = engineresourcegroupnames
|
12403
|
+
end
|
12404
|
+
|
12405
|
+
def deserialize(params)
|
12406
|
+
@EngineResourceGroupNames = params['EngineResourceGroupNames']
|
12407
|
+
end
|
12408
|
+
end
|
12409
|
+
|
12410
|
+
# PauseStandardEngineResourceGroups返回参数结构体
|
12411
|
+
class PauseStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
12412
|
+
# @param OperateEngineResourceGroupFailMessages: 批量操作资源组时,操作失败的资源组相关信息
|
12413
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12414
|
+
# @type OperateEngineResourceGroupFailMessages: Array
|
12415
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12416
|
+
# @type RequestId: String
|
12417
|
+
|
12418
|
+
attr_accessor :OperateEngineResourceGroupFailMessages, :RequestId
|
12419
|
+
|
12420
|
+
def initialize(operateengineresourcegroupfailmessages=nil, requestid=nil)
|
12421
|
+
@OperateEngineResourceGroupFailMessages = operateengineresourcegroupfailmessages
|
12422
|
+
@RequestId = requestid
|
12423
|
+
end
|
12424
|
+
|
12425
|
+
def deserialize(params)
|
12426
|
+
unless params['OperateEngineResourceGroupFailMessages'].nil?
|
12427
|
+
@OperateEngineResourceGroupFailMessages = []
|
12428
|
+
params['OperateEngineResourceGroupFailMessages'].each do |i|
|
12429
|
+
operateengineresourcegroupfailmessage_tmp = OperateEngineResourceGroupFailMessage.new
|
12430
|
+
operateengineresourcegroupfailmessage_tmp.deserialize(i)
|
12431
|
+
@OperateEngineResourceGroupFailMessages << operateengineresourcegroupfailmessage_tmp
|
12432
|
+
end
|
12433
|
+
end
|
12434
|
+
@RequestId = params['RequestId']
|
12435
|
+
end
|
12436
|
+
end
|
12437
|
+
|
11143
12438
|
# 权限对象
|
11144
12439
|
class Policy < TencentCloud::Common::AbstractModel
|
11145
12440
|
# @param Database: 需要授权的数据库名,填 * 代表当前Catalog下所有数据库。当授权类型为管理员级别时,只允许填 “*”,当授权类型为数据连接级别时只允许填空,其他类型下可以任意指定数据库。
|
@@ -11810,6 +13105,45 @@ module TencentCloud
|
|
11810
13105
|
end
|
11811
13106
|
end
|
11812
13107
|
|
13108
|
+
# 引擎资源弹性伸缩策略
|
13109
|
+
class ScheduleElasticityConf < TencentCloud::Common::AbstractModel
|
13110
|
+
# @param ScheduledElasticityEnabled: 是否开启弹性伸缩:true/false
|
13111
|
+
# @type ScheduledElasticityEnabled: Boolean
|
13112
|
+
# @param ScheduleType: 调度类型:ONCE(一次性调度),DAILY(每日调度),WEEKLY(每周调度),MONTHLY(每月调度)
|
13113
|
+
# @type ScheduleType: String
|
13114
|
+
# @param ScheduleDays: 调度日期:WEEKLY传:1~7; MONTHLY传:1~31;其它类型不传
|
13115
|
+
# @type ScheduleDays: Array
|
13116
|
+
# @param TimeZone: 调度时区
|
13117
|
+
# @type TimeZone: String
|
13118
|
+
# @param ElasticPlans: 弹性伸缩计划
|
13119
|
+
# @type ElasticPlans: Array
|
13120
|
+
|
13121
|
+
attr_accessor :ScheduledElasticityEnabled, :ScheduleType, :ScheduleDays, :TimeZone, :ElasticPlans
|
13122
|
+
|
13123
|
+
def initialize(scheduledelasticityenabled=nil, scheduletype=nil, scheduledays=nil, timezone=nil, elasticplans=nil)
|
13124
|
+
@ScheduledElasticityEnabled = scheduledelasticityenabled
|
13125
|
+
@ScheduleType = scheduletype
|
13126
|
+
@ScheduleDays = scheduledays
|
13127
|
+
@TimeZone = timezone
|
13128
|
+
@ElasticPlans = elasticplans
|
13129
|
+
end
|
13130
|
+
|
13131
|
+
def deserialize(params)
|
13132
|
+
@ScheduledElasticityEnabled = params['ScheduledElasticityEnabled']
|
13133
|
+
@ScheduleType = params['ScheduleType']
|
13134
|
+
@ScheduleDays = params['ScheduleDays']
|
13135
|
+
@TimeZone = params['TimeZone']
|
13136
|
+
unless params['ElasticPlans'].nil?
|
13137
|
+
@ElasticPlans = []
|
13138
|
+
params['ElasticPlans'].each do |i|
|
13139
|
+
elasticplan_tmp = ElasticPlan.new
|
13140
|
+
elasticplan_tmp.deserialize(i)
|
13141
|
+
@ElasticPlans << elasticplan_tmp
|
13142
|
+
end
|
13143
|
+
end
|
13144
|
+
end
|
13145
|
+
end
|
13146
|
+
|
11813
13147
|
# script实例。
|
11814
13148
|
class Script < TencentCloud::Common::AbstractModel
|
11815
13149
|
# @param ScriptId: 脚本Id,长度36字节。
|
@@ -12350,35 +13684,350 @@ module TencentCloud
|
|
12350
13684
|
end
|
12351
13685
|
end
|
12352
13686
|
|
12353
|
-
# SparkSQL批任务日志操作信息。
|
12354
|
-
class SparkSessionBatchLogOperate < TencentCloud::Common::AbstractModel
|
12355
|
-
# @param Text: 操作提示
|
12356
|
-
# @type Text: String
|
12357
|
-
# @param Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
12358
|
-
# @type Operate: String
|
12359
|
-
# @param Supplement: 补充信息:如:taskid、sessionid、sparkui等
|
13687
|
+
# SparkSQL批任务日志操作信息。
|
13688
|
+
class SparkSessionBatchLogOperate < TencentCloud::Common::AbstractModel
|
13689
|
+
# @param Text: 操作提示
|
13690
|
+
# @type Text: String
|
13691
|
+
# @param Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
13692
|
+
# @type Operate: String
|
13693
|
+
# @param Supplement: 补充信息:如:taskid、sessionid、sparkui等
|
13694
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13695
|
+
# @type Supplement: Array
|
13696
|
+
|
13697
|
+
attr_accessor :Text, :Operate, :Supplement
|
13698
|
+
|
13699
|
+
def initialize(text=nil, operate=nil, supplement=nil)
|
13700
|
+
@Text = text
|
13701
|
+
@Operate = operate
|
13702
|
+
@Supplement = supplement
|
13703
|
+
end
|
13704
|
+
|
13705
|
+
def deserialize(params)
|
13706
|
+
@Text = params['Text']
|
13707
|
+
@Operate = params['Operate']
|
13708
|
+
unless params['Supplement'].nil?
|
13709
|
+
@Supplement = []
|
13710
|
+
params['Supplement'].each do |i|
|
13711
|
+
kvpair_tmp = KVPair.new
|
13712
|
+
kvpair_tmp.deserialize(i)
|
13713
|
+
@Supplement << kvpair_tmp
|
13714
|
+
end
|
13715
|
+
end
|
13716
|
+
end
|
13717
|
+
end
|
13718
|
+
|
13719
|
+
# spark session详细信息
|
13720
|
+
class SparkSessionInfo < TencentCloud::Common::AbstractModel
|
13721
|
+
# @param SparkSessionId: spark session id
|
13722
|
+
# @type SparkSessionId: String
|
13723
|
+
# @param SparkSessionName: spark session名称
|
13724
|
+
# @type SparkSessionName: String
|
13725
|
+
# @param ResourceGroupId: 资源组id
|
13726
|
+
# @type ResourceGroupId: String
|
13727
|
+
# @param EngineSessionId: engine session id
|
13728
|
+
# @type EngineSessionId: String
|
13729
|
+
# @param EngineSessionName: engine session
|
13730
|
+
# name
|
13731
|
+
# @type EngineSessionName: String
|
13732
|
+
# @param IdleTimeoutMin: 自动销毁时间
|
13733
|
+
# @type IdleTimeoutMin: Integer
|
13734
|
+
# @param DriverSpec: driver规格
|
13735
|
+
# @type DriverSpec: String
|
13736
|
+
# @param ExecutorSpec: executor规格
|
13737
|
+
# @type ExecutorSpec: String
|
13738
|
+
# @param ExecutorNumMin: executor最小数量
|
13739
|
+
# @type ExecutorNumMin: Integer
|
13740
|
+
# @param ExecutorNumMax: executor最大数量
|
13741
|
+
# @type ExecutorNumMax: Integer
|
13742
|
+
# @param TotalSpecMin: 总规格最小
|
13743
|
+
# @type TotalSpecMin: Integer
|
13744
|
+
# @param TotalSpecMax: 总规格最大
|
13745
|
+
# @type TotalSpecMax: Integer
|
13746
|
+
|
13747
|
+
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax
|
13748
|
+
|
13749
|
+
def initialize(sparksessionid=nil, sparksessionname=nil, resourcegroupid=nil, enginesessionid=nil, enginesessionname=nil, idletimeoutmin=nil, driverspec=nil, executorspec=nil, executornummin=nil, executornummax=nil, totalspecmin=nil, totalspecmax=nil)
|
13750
|
+
@SparkSessionId = sparksessionid
|
13751
|
+
@SparkSessionName = sparksessionname
|
13752
|
+
@ResourceGroupId = resourcegroupid
|
13753
|
+
@EngineSessionId = enginesessionid
|
13754
|
+
@EngineSessionName = enginesessionname
|
13755
|
+
@IdleTimeoutMin = idletimeoutmin
|
13756
|
+
@DriverSpec = driverspec
|
13757
|
+
@ExecutorSpec = executorspec
|
13758
|
+
@ExecutorNumMin = executornummin
|
13759
|
+
@ExecutorNumMax = executornummax
|
13760
|
+
@TotalSpecMin = totalspecmin
|
13761
|
+
@TotalSpecMax = totalspecmax
|
13762
|
+
end
|
13763
|
+
|
13764
|
+
def deserialize(params)
|
13765
|
+
@SparkSessionId = params['SparkSessionId']
|
13766
|
+
@SparkSessionName = params['SparkSessionName']
|
13767
|
+
@ResourceGroupId = params['ResourceGroupId']
|
13768
|
+
@EngineSessionId = params['EngineSessionId']
|
13769
|
+
@EngineSessionName = params['EngineSessionName']
|
13770
|
+
@IdleTimeoutMin = params['IdleTimeoutMin']
|
13771
|
+
@DriverSpec = params['DriverSpec']
|
13772
|
+
@ExecutorSpec = params['ExecutorSpec']
|
13773
|
+
@ExecutorNumMin = params['ExecutorNumMin']
|
13774
|
+
@ExecutorNumMax = params['ExecutorNumMax']
|
13775
|
+
@TotalSpecMin = params['TotalSpecMin']
|
13776
|
+
@TotalSpecMax = params['TotalSpecMax']
|
13777
|
+
end
|
13778
|
+
end
|
13779
|
+
|
13780
|
+
# 节点规格信息
|
13781
|
+
class SpecInfo < TencentCloud::Common::AbstractModel
|
13782
|
+
# @param Name: 规格名称
|
13783
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13784
|
+
# @type Name: String
|
13785
|
+
# @param Cu: 当前规格的cu数
|
13786
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13787
|
+
# @type Cu: Integer
|
13788
|
+
# @param Cpu: 当前规格的cpu数
|
13789
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13790
|
+
# @type Cpu: Integer
|
13791
|
+
# @param Memory: 当前规格的内存数,单位G
|
13792
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13793
|
+
# @type Memory: Integer
|
13794
|
+
|
13795
|
+
attr_accessor :Name, :Cu, :Cpu, :Memory
|
13796
|
+
|
13797
|
+
def initialize(name=nil, cu=nil, cpu=nil, memory=nil)
|
13798
|
+
@Name = name
|
13799
|
+
@Cu = cu
|
13800
|
+
@Cpu = cpu
|
13801
|
+
@Memory = memory
|
13802
|
+
end
|
13803
|
+
|
13804
|
+
def deserialize(params)
|
13805
|
+
@Name = params['Name']
|
13806
|
+
@Cu = params['Cu']
|
13807
|
+
@Cpu = params['Cpu']
|
13808
|
+
@Memory = params['Memory']
|
13809
|
+
end
|
13810
|
+
end
|
13811
|
+
|
13812
|
+
# 标准引擎资源组,配置相关信息
|
13813
|
+
class StandardEngineResourceGroupConfigInfo < TencentCloud::Common::AbstractModel
|
13814
|
+
# @param ResourceGroupId: 引擎资源组 ID
|
13815
|
+
# @type ResourceGroupId: String
|
13816
|
+
# @param DataEngineId: 引擎ID
|
13817
|
+
# @type DataEngineId: String
|
13818
|
+
# @param StaticConfigPairs: 资源组静态参数,需要重启资源组生效
|
13819
|
+
# @type StaticConfigPairs: Array
|
13820
|
+
# @param DynamicConfigPairs: 资源组动态参数,下一个任务生效。
|
13821
|
+
# @type DynamicConfigPairs: Array
|
13822
|
+
# @param CreateTime: 创建时间
|
13823
|
+
# @type CreateTime: Integer
|
13824
|
+
# @param UpdateTime: 更新时间
|
13825
|
+
# @type UpdateTime: Integer
|
13826
|
+
|
13827
|
+
attr_accessor :ResourceGroupId, :DataEngineId, :StaticConfigPairs, :DynamicConfigPairs, :CreateTime, :UpdateTime
|
13828
|
+
|
13829
|
+
def initialize(resourcegroupid=nil, dataengineid=nil, staticconfigpairs=nil, dynamicconfigpairs=nil, createtime=nil, updatetime=nil)
|
13830
|
+
@ResourceGroupId = resourcegroupid
|
13831
|
+
@DataEngineId = dataengineid
|
13832
|
+
@StaticConfigPairs = staticconfigpairs
|
13833
|
+
@DynamicConfigPairs = dynamicconfigpairs
|
13834
|
+
@CreateTime = createtime
|
13835
|
+
@UpdateTime = updatetime
|
13836
|
+
end
|
13837
|
+
|
13838
|
+
def deserialize(params)
|
13839
|
+
@ResourceGroupId = params['ResourceGroupId']
|
13840
|
+
@DataEngineId = params['DataEngineId']
|
13841
|
+
unless params['StaticConfigPairs'].nil?
|
13842
|
+
@StaticConfigPairs = []
|
13843
|
+
params['StaticConfigPairs'].each do |i|
|
13844
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
13845
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
13846
|
+
@StaticConfigPairs << engineresourcegroupconfigpair_tmp
|
13847
|
+
end
|
13848
|
+
end
|
13849
|
+
unless params['DynamicConfigPairs'].nil?
|
13850
|
+
@DynamicConfigPairs = []
|
13851
|
+
params['DynamicConfigPairs'].each do |i|
|
13852
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
13853
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
13854
|
+
@DynamicConfigPairs << engineresourcegroupconfigpair_tmp
|
13855
|
+
end
|
13856
|
+
end
|
13857
|
+
@CreateTime = params['CreateTime']
|
13858
|
+
@UpdateTime = params['UpdateTime']
|
13859
|
+
end
|
13860
|
+
end
|
13861
|
+
|
13862
|
+
# 用户标准引擎资源组信息
|
13863
|
+
class StandardEngineResourceGroupInfo < TencentCloud::Common::AbstractModel
|
13864
|
+
# @param EngineResourceGroupId: 标准引擎资源组ID
|
13865
|
+
# @type EngineResourceGroupId: String
|
13866
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称,支持1-50个英文、汉字、数字、连接线-或下划线_
|
13867
|
+
# @type EngineResourceGroupName: String
|
13868
|
+
# @param Creator: 创建者
|
13869
|
+
# @type Creator: String
|
13870
|
+
# @param ResourceGroupState: 资源组 状态,-1--删除、0--启动中、2--运行、3--暂停、4--暂停中、7--切换引擎中、8--配置修改中。9--资源组重启中,10--因为变配导致资源组启动、11--因为隔离导致资源组挂起、12- 资源配置下发中、 13-接入点隔离导致资源组挂起中
|
13871
|
+
# @type ResourceGroupState: Integer
|
13872
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
13873
|
+
# @type AutoLaunch: Integer
|
13874
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
13875
|
+
# @type AutoPause: Integer
|
13876
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
13877
|
+
# @type AutoPauseTime: Integer
|
13878
|
+
# @param DriverCuSpec: driver的cu规格:
|
13879
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
13880
|
+
# @type DriverCuSpec: String
|
13881
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
13882
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
13883
|
+
# @type ExecutorCuSpec: String
|
13884
|
+
# @param MaxConcurrency: 任务并发数
|
13885
|
+
# @type MaxConcurrency: Integer
|
13886
|
+
# @param MinExecutorNums: executor最小数量,
|
13887
|
+
# @type MinExecutorNums: Integer
|
13888
|
+
# @param MaxExecutorNums: executor最大数量,
|
13889
|
+
# @type MaxExecutorNums: Integer
|
13890
|
+
# @param CreateTime: 创建时间戳
|
13891
|
+
# @type CreateTime: Integer
|
13892
|
+
# @param UpdateTime: 更新时间戳
|
13893
|
+
# @type UpdateTime: Integer
|
13894
|
+
# @param NeedRestart: 是否待重启,作为有资源参数,静态参数修改未重启生效的标识;0-- 不需要重启、1--因为资源参数待重启、2--因静态参数重启、3--因资源和静态参数而待重启、4--因网络配置而待重启、5--因网络配置和资源配置而待重启、6--因网络配置和静态参数而待重启、7--因网络配置,资源参数和静态参数而待重启、
|
13895
|
+
# @type NeedRestart: Integer
|
13896
|
+
# @param DataEngineName: 绑定的引擎名称
|
13897
|
+
# @type DataEngineName: String
|
13898
|
+
# @param DataEngineId: 绑定的引擎ID
|
13899
|
+
# @type DataEngineId: String
|
13900
|
+
# @param DataEngineState: 绑定的引擎状态
|
12360
13901
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12361
|
-
# @type
|
13902
|
+
# @type DataEngineState: Integer
|
13903
|
+
# @param AccessPointId: 接入点ID
|
13904
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13905
|
+
# @type AccessPointId: String
|
13906
|
+
# @param AccessPointName: 接入点名称
|
13907
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13908
|
+
# @type AccessPointName: String
|
13909
|
+
# @param AccessPointState: 接入点状态
|
13910
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13911
|
+
# @type AccessPointState: Integer
|
13912
|
+
# @param ResourceGroupType: 资源组类型,console/ default
|
13913
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13914
|
+
# @type ResourceGroupType: String
|
13915
|
+
# @param EngineNetworkId: 引擎网络ID
|
13916
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13917
|
+
# @type EngineNetworkId: String
|
13918
|
+
# @param NetworkConfigNames: 网络配置名称
|
13919
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13920
|
+
# @type NetworkConfigNames: Array
|
13921
|
+
# @param FrameType: AI类型资源组的框架类型
|
13922
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13923
|
+
# @type FrameType: String
|
13924
|
+
# @param ImageType: AI类型资源组的镜像类型,内置:bulit-in,自定义:custom
|
13925
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13926
|
+
# @type ImageType: String
|
13927
|
+
# @param ImageName: 镜像名称
|
13928
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13929
|
+
# @type ImageName: String
|
13930
|
+
# @param ImageVersion: 镜像id
|
13931
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13932
|
+
# @type ImageVersion: String
|
13933
|
+
# @param Size: AI资源组的可用资源上限
|
13934
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13935
|
+
# @type Size: Integer
|
13936
|
+
# @param IsDefault: 是否是默认资源组
|
13937
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13938
|
+
# @type IsDefault: Boolean
|
13939
|
+
# @param ResourceGroupScene: 资源组场景
|
13940
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13941
|
+
# @type ResourceGroupScene: String
|
13942
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
13943
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13944
|
+
# @type PythonCuSpec: String
|
13945
|
+
# @param SparkSpecMode: Spark类型资源组资源配置模式,fast:快速模式,custom:自定义模式
|
13946
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13947
|
+
# @type SparkSpecMode: String
|
13948
|
+
# @param SparkSize: Spark类型资源组资源上限
|
13949
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13950
|
+
# @type SparkSize: Integer
|
13951
|
+
# @param SparkMinSize: Spark类型资源组资源最小值
|
13952
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13953
|
+
# @type SparkMinSize: Integer
|
12362
13954
|
|
12363
|
-
attr_accessor :
|
13955
|
+
attr_accessor :EngineResourceGroupId, :EngineResourceGroupName, :Creator, :ResourceGroupState, :AutoLaunch, :AutoPause, :AutoPauseTime, :DriverCuSpec, :ExecutorCuSpec, :MaxConcurrency, :MinExecutorNums, :MaxExecutorNums, :CreateTime, :UpdateTime, :NeedRestart, :DataEngineName, :DataEngineId, :DataEngineState, :AccessPointId, :AccessPointName, :AccessPointState, :ResourceGroupType, :EngineNetworkId, :NetworkConfigNames, :FrameType, :ImageType, :ImageName, :ImageVersion, :Size, :IsDefault, :ResourceGroupScene, :PythonCuSpec, :SparkSpecMode, :SparkSize, :SparkMinSize
|
12364
13956
|
|
12365
|
-
def initialize(
|
12366
|
-
@
|
12367
|
-
@
|
12368
|
-
@
|
13957
|
+
def initialize(engineresourcegroupid=nil, engineresourcegroupname=nil, creator=nil, resourcegroupstate=nil, autolaunch=nil, autopause=nil, autopausetime=nil, drivercuspec=nil, executorcuspec=nil, maxconcurrency=nil, minexecutornums=nil, maxexecutornums=nil, createtime=nil, updatetime=nil, needrestart=nil, dataenginename=nil, dataengineid=nil, dataenginestate=nil, accesspointid=nil, accesspointname=nil, accesspointstate=nil, resourcegrouptype=nil, enginenetworkid=nil, networkconfignames=nil, frametype=nil, imagetype=nil, imagename=nil, imageversion=nil, size=nil, isdefault=nil, resourcegroupscene=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil, sparkminsize=nil)
|
13958
|
+
@EngineResourceGroupId = engineresourcegroupid
|
13959
|
+
@EngineResourceGroupName = engineresourcegroupname
|
13960
|
+
@Creator = creator
|
13961
|
+
@ResourceGroupState = resourcegroupstate
|
13962
|
+
@AutoLaunch = autolaunch
|
13963
|
+
@AutoPause = autopause
|
13964
|
+
@AutoPauseTime = autopausetime
|
13965
|
+
@DriverCuSpec = drivercuspec
|
13966
|
+
@ExecutorCuSpec = executorcuspec
|
13967
|
+
@MaxConcurrency = maxconcurrency
|
13968
|
+
@MinExecutorNums = minexecutornums
|
13969
|
+
@MaxExecutorNums = maxexecutornums
|
13970
|
+
@CreateTime = createtime
|
13971
|
+
@UpdateTime = updatetime
|
13972
|
+
@NeedRestart = needrestart
|
13973
|
+
@DataEngineName = dataenginename
|
13974
|
+
@DataEngineId = dataengineid
|
13975
|
+
@DataEngineState = dataenginestate
|
13976
|
+
@AccessPointId = accesspointid
|
13977
|
+
@AccessPointName = accesspointname
|
13978
|
+
@AccessPointState = accesspointstate
|
13979
|
+
@ResourceGroupType = resourcegrouptype
|
13980
|
+
@EngineNetworkId = enginenetworkid
|
13981
|
+
@NetworkConfigNames = networkconfignames
|
13982
|
+
@FrameType = frametype
|
13983
|
+
@ImageType = imagetype
|
13984
|
+
@ImageName = imagename
|
13985
|
+
@ImageVersion = imageversion
|
13986
|
+
@Size = size
|
13987
|
+
@IsDefault = isdefault
|
13988
|
+
@ResourceGroupScene = resourcegroupscene
|
13989
|
+
@PythonCuSpec = pythoncuspec
|
13990
|
+
@SparkSpecMode = sparkspecmode
|
13991
|
+
@SparkSize = sparksize
|
13992
|
+
@SparkMinSize = sparkminsize
|
12369
13993
|
end
|
12370
13994
|
|
12371
13995
|
def deserialize(params)
|
12372
|
-
@
|
12373
|
-
@
|
12374
|
-
|
12375
|
-
|
12376
|
-
|
12377
|
-
|
12378
|
-
|
12379
|
-
|
12380
|
-
|
12381
|
-
|
13996
|
+
@EngineResourceGroupId = params['EngineResourceGroupId']
|
13997
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
13998
|
+
@Creator = params['Creator']
|
13999
|
+
@ResourceGroupState = params['ResourceGroupState']
|
14000
|
+
@AutoLaunch = params['AutoLaunch']
|
14001
|
+
@AutoPause = params['AutoPause']
|
14002
|
+
@AutoPauseTime = params['AutoPauseTime']
|
14003
|
+
@DriverCuSpec = params['DriverCuSpec']
|
14004
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
14005
|
+
@MaxConcurrency = params['MaxConcurrency']
|
14006
|
+
@MinExecutorNums = params['MinExecutorNums']
|
14007
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
14008
|
+
@CreateTime = params['CreateTime']
|
14009
|
+
@UpdateTime = params['UpdateTime']
|
14010
|
+
@NeedRestart = params['NeedRestart']
|
14011
|
+
@DataEngineName = params['DataEngineName']
|
14012
|
+
@DataEngineId = params['DataEngineId']
|
14013
|
+
@DataEngineState = params['DataEngineState']
|
14014
|
+
@AccessPointId = params['AccessPointId']
|
14015
|
+
@AccessPointName = params['AccessPointName']
|
14016
|
+
@AccessPointState = params['AccessPointState']
|
14017
|
+
@ResourceGroupType = params['ResourceGroupType']
|
14018
|
+
@EngineNetworkId = params['EngineNetworkId']
|
14019
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
14020
|
+
@FrameType = params['FrameType']
|
14021
|
+
@ImageType = params['ImageType']
|
14022
|
+
@ImageName = params['ImageName']
|
14023
|
+
@ImageVersion = params['ImageVersion']
|
14024
|
+
@Size = params['Size']
|
14025
|
+
@IsDefault = params['IsDefault']
|
14026
|
+
@ResourceGroupScene = params['ResourceGroupScene']
|
14027
|
+
@PythonCuSpec = params['PythonCuSpec']
|
14028
|
+
@SparkSpecMode = params['SparkSpecMode']
|
14029
|
+
@SparkSize = params['SparkSize']
|
14030
|
+
@SparkMinSize = params['SparkMinSize']
|
12382
14031
|
end
|
12383
14032
|
end
|
12384
14033
|
|
@@ -12795,10 +14444,10 @@ module TencentCloud
|
|
12795
14444
|
|
12796
14445
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
12797
14446
|
extend Gem::Deprecate
|
12798
|
-
deprecate :GovernPolicy, :none, 2025,
|
12799
|
-
deprecate :GovernPolicy=, :none, 2025,
|
12800
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
12801
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
14447
|
+
deprecate :GovernPolicy, :none, 2025, 8
|
14448
|
+
deprecate :GovernPolicy=, :none, 2025, 8
|
14449
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 8
|
14450
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 8
|
12802
14451
|
|
12803
14452
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
|
12804
14453
|
@DatabaseName = databasename
|
@@ -13534,6 +15183,38 @@ module TencentCloud
|
|
13534
15183
|
end
|
13535
15184
|
end
|
13536
15185
|
|
15186
|
+
# UnboundDatasourceHouse请求参数结构体
|
15187
|
+
class UnboundDatasourceHouseRequest < TencentCloud::Common::AbstractModel
|
15188
|
+
# @param NetworkConnectionName: 网络配置名称
|
15189
|
+
# @type NetworkConnectionName: String
|
15190
|
+
|
15191
|
+
attr_accessor :NetworkConnectionName
|
15192
|
+
|
15193
|
+
def initialize(networkconnectionname=nil)
|
15194
|
+
@NetworkConnectionName = networkconnectionname
|
15195
|
+
end
|
15196
|
+
|
15197
|
+
def deserialize(params)
|
15198
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
15199
|
+
end
|
15200
|
+
end
|
15201
|
+
|
15202
|
+
# UnboundDatasourceHouse返回参数结构体
|
15203
|
+
class UnboundDatasourceHouseResponse < TencentCloud::Common::AbstractModel
|
15204
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15205
|
+
# @type RequestId: String
|
15206
|
+
|
15207
|
+
attr_accessor :RequestId
|
15208
|
+
|
15209
|
+
def initialize(requestid=nil)
|
15210
|
+
@RequestId = requestid
|
15211
|
+
end
|
15212
|
+
|
15213
|
+
def deserialize(params)
|
15214
|
+
@RequestId = params['RequestId']
|
15215
|
+
end
|
15216
|
+
end
|
15217
|
+
|
13537
15218
|
# UnlockMetaData请求参数结构体
|
13538
15219
|
class UnlockMetaDataRequest < TencentCloud::Common::AbstractModel
|
13539
15220
|
# @param LockId: 锁ID
|
@@ -13570,6 +15251,33 @@ module TencentCloud
|
|
13570
15251
|
end
|
13571
15252
|
end
|
13572
15253
|
|
15254
|
+
# 配置下发参数
|
15255
|
+
class UpdateConfContext < TencentCloud::Common::AbstractModel
|
15256
|
+
# @param ConfigType: 参数类型,可选:StaticConfigType,DynamicConfigType
|
15257
|
+
# @type ConfigType: String
|
15258
|
+
# @param Params: 参数的配置数组
|
15259
|
+
# @type Params: Array
|
15260
|
+
|
15261
|
+
attr_accessor :ConfigType, :Params
|
15262
|
+
|
15263
|
+
def initialize(configtype=nil, params=nil)
|
15264
|
+
@ConfigType = configtype
|
15265
|
+
@Params = params
|
15266
|
+
end
|
15267
|
+
|
15268
|
+
def deserialize(params)
|
15269
|
+
@ConfigType = params['ConfigType']
|
15270
|
+
unless params['Params'].nil?
|
15271
|
+
@Params = []
|
15272
|
+
params['Params'].each do |i|
|
15273
|
+
param_tmp = Param.new
|
15274
|
+
param_tmp.deserialize(i)
|
15275
|
+
@Params << param_tmp
|
15276
|
+
end
|
15277
|
+
end
|
15278
|
+
end
|
15279
|
+
end
|
15280
|
+
|
13573
15281
|
# UpdateDataEngineConfig请求参数结构体
|
13574
15282
|
class UpdateDataEngineConfigRequest < TencentCloud::Common::AbstractModel
|
13575
15283
|
# @param DataEngineIds: 引擎ID
|
@@ -13646,10 +15354,12 @@ module TencentCloud
|
|
13646
15354
|
# @type ElasticLimit: Integer
|
13647
15355
|
# @param SessionResourceTemplate: Spark批作业集群Session资源配置模板
|
13648
15356
|
# @type SessionResourceTemplate: :class:`Tencentcloud::Dlc.v20210125.models.SessionResourceTemplate`
|
15357
|
+
# @param ScheduleElasticityConf: 引擎资源弹性伸缩策略
|
15358
|
+
# @type ScheduleElasticityConf: :class:`Tencentcloud::Dlc.v20210125.models.ScheduleElasticityConf`
|
13649
15359
|
|
13650
|
-
attr_accessor :Size, :MinClusters, :MaxClusters, :AutoResume, :DataEngineName, :Message, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate
|
15360
|
+
attr_accessor :Size, :MinClusters, :MaxClusters, :AutoResume, :DataEngineName, :Message, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :ScheduleElasticityConf
|
13651
15361
|
|
13652
|
-
def initialize(size=nil, minclusters=nil, maxclusters=nil, autoresume=nil, dataenginename=nil, message=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil)
|
15362
|
+
def initialize(size=nil, minclusters=nil, maxclusters=nil, autoresume=nil, dataenginename=nil, message=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, scheduleelasticityconf=nil)
|
13653
15363
|
@Size = size
|
13654
15364
|
@MinClusters = minclusters
|
13655
15365
|
@MaxClusters = maxclusters
|
@@ -13665,6 +15375,7 @@ module TencentCloud
|
|
13665
15375
|
@ElasticSwitch = elasticswitch
|
13666
15376
|
@ElasticLimit = elasticlimit
|
13667
15377
|
@SessionResourceTemplate = sessionresourcetemplate
|
15378
|
+
@ScheduleElasticityConf = scheduleelasticityconf
|
13668
15379
|
end
|
13669
15380
|
|
13670
15381
|
def deserialize(params)
|
@@ -13689,6 +15400,10 @@ module TencentCloud
|
|
13689
15400
|
@SessionResourceTemplate = SessionResourceTemplate.new
|
13690
15401
|
@SessionResourceTemplate.deserialize(params['SessionResourceTemplate'])
|
13691
15402
|
end
|
15403
|
+
unless params['ScheduleElasticityConf'].nil?
|
15404
|
+
@ScheduleElasticityConf = ScheduleElasticityConf.new
|
15405
|
+
@ScheduleElasticityConf.deserialize(params['ScheduleElasticityConf'])
|
15406
|
+
end
|
13692
15407
|
end
|
13693
15408
|
end
|
13694
15409
|
|
@@ -13708,6 +15423,82 @@ module TencentCloud
|
|
13708
15423
|
end
|
13709
15424
|
end
|
13710
15425
|
|
15426
|
+
# UpdateEngineResourceGroupNetworkConfigInfo请求参数结构体
|
15427
|
+
class UpdateEngineResourceGroupNetworkConfigInfoRequest < TencentCloud::Common::AbstractModel
|
15428
|
+
# @param EngineResourceGroupId: 引擎资源组ID
|
15429
|
+
# @type EngineResourceGroupId: String
|
15430
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15431
|
+
# @type IsEffectiveNow: Integer
|
15432
|
+
# @param NetworkConfigNames: 资源组绑定的网络配置名称集合
|
15433
|
+
# @type NetworkConfigNames: Array
|
15434
|
+
|
15435
|
+
attr_accessor :EngineResourceGroupId, :IsEffectiveNow, :NetworkConfigNames
|
15436
|
+
|
15437
|
+
def initialize(engineresourcegroupid=nil, iseffectivenow=nil, networkconfignames=nil)
|
15438
|
+
@EngineResourceGroupId = engineresourcegroupid
|
15439
|
+
@IsEffectiveNow = iseffectivenow
|
15440
|
+
@NetworkConfigNames = networkconfignames
|
15441
|
+
end
|
15442
|
+
|
15443
|
+
def deserialize(params)
|
15444
|
+
@EngineResourceGroupId = params['EngineResourceGroupId']
|
15445
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15446
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
15447
|
+
end
|
15448
|
+
end
|
15449
|
+
|
15450
|
+
# UpdateEngineResourceGroupNetworkConfigInfo返回参数结构体
|
15451
|
+
class UpdateEngineResourceGroupNetworkConfigInfoResponse < TencentCloud::Common::AbstractModel
|
15452
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15453
|
+
# @type RequestId: String
|
15454
|
+
|
15455
|
+
attr_accessor :RequestId
|
15456
|
+
|
15457
|
+
def initialize(requestid=nil)
|
15458
|
+
@RequestId = requestid
|
15459
|
+
end
|
15460
|
+
|
15461
|
+
def deserialize(params)
|
15462
|
+
@RequestId = params['RequestId']
|
15463
|
+
end
|
15464
|
+
end
|
15465
|
+
|
15466
|
+
# UpdateNetworkConnection请求参数结构体
|
15467
|
+
class UpdateNetworkConnectionRequest < TencentCloud::Common::AbstractModel
|
15468
|
+
# @param NetworkConnectionDesc: 网络配置描述
|
15469
|
+
# @type NetworkConnectionDesc: String
|
15470
|
+
# @param NetworkConnectionName: 网络配置名称
|
15471
|
+
# @type NetworkConnectionName: String
|
15472
|
+
|
15473
|
+
attr_accessor :NetworkConnectionDesc, :NetworkConnectionName
|
15474
|
+
|
15475
|
+
def initialize(networkconnectiondesc=nil, networkconnectionname=nil)
|
15476
|
+
@NetworkConnectionDesc = networkconnectiondesc
|
15477
|
+
@NetworkConnectionName = networkconnectionname
|
15478
|
+
end
|
15479
|
+
|
15480
|
+
def deserialize(params)
|
15481
|
+
@NetworkConnectionDesc = params['NetworkConnectionDesc']
|
15482
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
15483
|
+
end
|
15484
|
+
end
|
15485
|
+
|
15486
|
+
# UpdateNetworkConnection返回参数结构体
|
15487
|
+
class UpdateNetworkConnectionResponse < TencentCloud::Common::AbstractModel
|
15488
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15489
|
+
# @type RequestId: String
|
15490
|
+
|
15491
|
+
attr_accessor :RequestId
|
15492
|
+
|
15493
|
+
def initialize(requestid=nil)
|
15494
|
+
@RequestId = requestid
|
15495
|
+
end
|
15496
|
+
|
15497
|
+
def deserialize(params)
|
15498
|
+
@RequestId = params['RequestId']
|
15499
|
+
end
|
15500
|
+
end
|
15501
|
+
|
13711
15502
|
# UpdateRowFilter请求参数结构体
|
13712
15503
|
class UpdateRowFilterRequest < TencentCloud::Common::AbstractModel
|
13713
15504
|
# @param PolicyId: 行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取
|
@@ -13747,6 +15538,199 @@ module TencentCloud
|
|
13747
15538
|
end
|
13748
15539
|
end
|
13749
15540
|
|
15541
|
+
# UpdateStandardEngineResourceGroupBaseInfo请求参数结构体
|
15542
|
+
class UpdateStandardEngineResourceGroupBaseInfoRequest < TencentCloud::Common::AbstractModel
|
15543
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15544
|
+
# @type EngineResourceGroupName: String
|
15545
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
15546
|
+
# @type AutoLaunch: Integer
|
15547
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
15548
|
+
# @type AutoPause: Integer
|
15549
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
15550
|
+
# @type AutoPauseTime: Integer
|
15551
|
+
# @param MaxConcurrency: 任务并发数
|
15552
|
+
# @type MaxConcurrency: Integer
|
15553
|
+
|
15554
|
+
attr_accessor :EngineResourceGroupName, :AutoLaunch, :AutoPause, :AutoPauseTime, :MaxConcurrency
|
15555
|
+
|
15556
|
+
def initialize(engineresourcegroupname=nil, autolaunch=nil, autopause=nil, autopausetime=nil, maxconcurrency=nil)
|
15557
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15558
|
+
@AutoLaunch = autolaunch
|
15559
|
+
@AutoPause = autopause
|
15560
|
+
@AutoPauseTime = autopausetime
|
15561
|
+
@MaxConcurrency = maxconcurrency
|
15562
|
+
end
|
15563
|
+
|
15564
|
+
def deserialize(params)
|
15565
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15566
|
+
@AutoLaunch = params['AutoLaunch']
|
15567
|
+
@AutoPause = params['AutoPause']
|
15568
|
+
@AutoPauseTime = params['AutoPauseTime']
|
15569
|
+
@MaxConcurrency = params['MaxConcurrency']
|
15570
|
+
end
|
15571
|
+
end
|
15572
|
+
|
15573
|
+
# UpdateStandardEngineResourceGroupBaseInfo返回参数结构体
|
15574
|
+
class UpdateStandardEngineResourceGroupBaseInfoResponse < TencentCloud::Common::AbstractModel
|
15575
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15576
|
+
# @type RequestId: String
|
15577
|
+
|
15578
|
+
attr_accessor :RequestId
|
15579
|
+
|
15580
|
+
def initialize(requestid=nil)
|
15581
|
+
@RequestId = requestid
|
15582
|
+
end
|
15583
|
+
|
15584
|
+
def deserialize(params)
|
15585
|
+
@RequestId = params['RequestId']
|
15586
|
+
end
|
15587
|
+
end
|
15588
|
+
|
15589
|
+
# UpdateStandardEngineResourceGroupConfigInfo请求参数结构体
|
15590
|
+
class UpdateStandardEngineResourceGroupConfigInfoRequest < TencentCloud::Common::AbstractModel
|
15591
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15592
|
+
# @type EngineResourceGroupName: String
|
15593
|
+
# @param UpdateConfContext: 需要更新的配置
|
15594
|
+
# @type UpdateConfContext: Array
|
15595
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15596
|
+
# @type IsEffectiveNow: Integer
|
15597
|
+
|
15598
|
+
attr_accessor :EngineResourceGroupName, :UpdateConfContext, :IsEffectiveNow
|
15599
|
+
|
15600
|
+
def initialize(engineresourcegroupname=nil, updateconfcontext=nil, iseffectivenow=nil)
|
15601
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15602
|
+
@UpdateConfContext = updateconfcontext
|
15603
|
+
@IsEffectiveNow = iseffectivenow
|
15604
|
+
end
|
15605
|
+
|
15606
|
+
def deserialize(params)
|
15607
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15608
|
+
unless params['UpdateConfContext'].nil?
|
15609
|
+
@UpdateConfContext = []
|
15610
|
+
params['UpdateConfContext'].each do |i|
|
15611
|
+
updateconfcontext_tmp = UpdateConfContext.new
|
15612
|
+
updateconfcontext_tmp.deserialize(i)
|
15613
|
+
@UpdateConfContext << updateconfcontext_tmp
|
15614
|
+
end
|
15615
|
+
end
|
15616
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15617
|
+
end
|
15618
|
+
end
|
15619
|
+
|
15620
|
+
# UpdateStandardEngineResourceGroupConfigInfo返回参数结构体
|
15621
|
+
class UpdateStandardEngineResourceGroupConfigInfoResponse < TencentCloud::Common::AbstractModel
|
15622
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15623
|
+
# @type RequestId: String
|
15624
|
+
|
15625
|
+
attr_accessor :RequestId
|
15626
|
+
|
15627
|
+
def initialize(requestid=nil)
|
15628
|
+
@RequestId = requestid
|
15629
|
+
end
|
15630
|
+
|
15631
|
+
def deserialize(params)
|
15632
|
+
@RequestId = params['RequestId']
|
15633
|
+
end
|
15634
|
+
end
|
15635
|
+
|
15636
|
+
# UpdateStandardEngineResourceGroupResourceInfo请求参数结构体
|
15637
|
+
class UpdateStandardEngineResourceGroupResourceInfoRequest < TencentCloud::Common::AbstractModel
|
15638
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15639
|
+
# @type EngineResourceGroupName: String
|
15640
|
+
# @param DriverCuSpec: driver的cu规格:
|
15641
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
15642
|
+
# @type DriverCuSpec: String
|
15643
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
15644
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
15645
|
+
# @type ExecutorCuSpec: String
|
15646
|
+
# @param MinExecutorNums: executor最小数量,
|
15647
|
+
# @type MinExecutorNums: Integer
|
15648
|
+
# @param MaxExecutorNums: executor最大数量
|
15649
|
+
# @type MaxExecutorNums: Integer
|
15650
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15651
|
+
# @type IsEffectiveNow: Integer
|
15652
|
+
# @param Size: AI资源组资源上限
|
15653
|
+
# @type Size: Integer
|
15654
|
+
# @param ImageType: 镜像类型,内置镜像:built-in,自定义镜像:custom
|
15655
|
+
# @type ImageType: String
|
15656
|
+
# @param ImageName: 镜像名称
|
15657
|
+
# @type ImageName: String
|
15658
|
+
# @param ImageVersion: 镜像版本,镜像id
|
15659
|
+
# @type ImageVersion: String
|
15660
|
+
# @param FrameType: 框架类型
|
15661
|
+
# @type FrameType: String
|
15662
|
+
# @param PublicDomain: 自定义镜像域名
|
15663
|
+
# @type PublicDomain: String
|
15664
|
+
# @param RegistryId: 自定义镜像实例id
|
15665
|
+
# @type RegistryId: String
|
15666
|
+
# @param RegionName: 自定义镜像所属地域
|
15667
|
+
# @type RegionName: String
|
15668
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
15669
|
+
# @type PythonCuSpec: String
|
15670
|
+
# @param SparkSpecMode: 仅SQL资源组资源配置模式,fast:快速模式,custom:自定义模式
|
15671
|
+
# @type SparkSpecMode: String
|
15672
|
+
# @param SparkSize: 仅SQL资源组资源上限,仅用于快速模式
|
15673
|
+
# @type SparkSize: Integer
|
15674
|
+
|
15675
|
+
attr_accessor :EngineResourceGroupName, :DriverCuSpec, :ExecutorCuSpec, :MinExecutorNums, :MaxExecutorNums, :IsEffectiveNow, :Size, :ImageType, :ImageName, :ImageVersion, :FrameType, :PublicDomain, :RegistryId, :RegionName, :PythonCuSpec, :SparkSpecMode, :SparkSize
|
15676
|
+
|
15677
|
+
def initialize(engineresourcegroupname=nil, drivercuspec=nil, executorcuspec=nil, minexecutornums=nil, maxexecutornums=nil, iseffectivenow=nil, size=nil, imagetype=nil, imagename=nil, imageversion=nil, frametype=nil, publicdomain=nil, registryid=nil, regionname=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil)
|
15678
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15679
|
+
@DriverCuSpec = drivercuspec
|
15680
|
+
@ExecutorCuSpec = executorcuspec
|
15681
|
+
@MinExecutorNums = minexecutornums
|
15682
|
+
@MaxExecutorNums = maxexecutornums
|
15683
|
+
@IsEffectiveNow = iseffectivenow
|
15684
|
+
@Size = size
|
15685
|
+
@ImageType = imagetype
|
15686
|
+
@ImageName = imagename
|
15687
|
+
@ImageVersion = imageversion
|
15688
|
+
@FrameType = frametype
|
15689
|
+
@PublicDomain = publicdomain
|
15690
|
+
@RegistryId = registryid
|
15691
|
+
@RegionName = regionname
|
15692
|
+
@PythonCuSpec = pythoncuspec
|
15693
|
+
@SparkSpecMode = sparkspecmode
|
15694
|
+
@SparkSize = sparksize
|
15695
|
+
end
|
15696
|
+
|
15697
|
+
def deserialize(params)
|
15698
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15699
|
+
@DriverCuSpec = params['DriverCuSpec']
|
15700
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
15701
|
+
@MinExecutorNums = params['MinExecutorNums']
|
15702
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
15703
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15704
|
+
@Size = params['Size']
|
15705
|
+
@ImageType = params['ImageType']
|
15706
|
+
@ImageName = params['ImageName']
|
15707
|
+
@ImageVersion = params['ImageVersion']
|
15708
|
+
@FrameType = params['FrameType']
|
15709
|
+
@PublicDomain = params['PublicDomain']
|
15710
|
+
@RegistryId = params['RegistryId']
|
15711
|
+
@RegionName = params['RegionName']
|
15712
|
+
@PythonCuSpec = params['PythonCuSpec']
|
15713
|
+
@SparkSpecMode = params['SparkSpecMode']
|
15714
|
+
@SparkSize = params['SparkSize']
|
15715
|
+
end
|
15716
|
+
end
|
15717
|
+
|
15718
|
+
# UpdateStandardEngineResourceGroupResourceInfo返回参数结构体
|
15719
|
+
class UpdateStandardEngineResourceGroupResourceInfoResponse < TencentCloud::Common::AbstractModel
|
15720
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15721
|
+
# @type RequestId: String
|
15722
|
+
|
15723
|
+
attr_accessor :RequestId
|
15724
|
+
|
15725
|
+
def initialize(requestid=nil)
|
15726
|
+
@RequestId = requestid
|
15727
|
+
end
|
15728
|
+
|
15729
|
+
def deserialize(params)
|
15730
|
+
@RequestId = params['RequestId']
|
15731
|
+
end
|
15732
|
+
end
|
15733
|
+
|
13750
15734
|
# UpdateUserDataEngineConfig请求参数结构体
|
13751
15735
|
class UpdateUserDataEngineConfigRequest < TencentCloud::Common::AbstractModel
|
13752
15736
|
# @param DataEngineId: 引擎ID
|
@@ -14089,6 +16073,43 @@ module TencentCloud
|
|
14089
16073
|
end
|
14090
16074
|
end
|
14091
16075
|
|
16076
|
+
# 用户vpc网络连接信息
|
16077
|
+
class UserVpcConnectionInfo < TencentCloud::Common::AbstractModel
|
16078
|
+
# @param EngineNetworkId: 引擎网络ID
|
16079
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16080
|
+
# @type EngineNetworkId: String
|
16081
|
+
# @param UserVpcId: 用户vpcid
|
16082
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16083
|
+
# @type UserVpcId: String
|
16084
|
+
# @param UserVpcEndpointId: 用户终端节点ID
|
16085
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16086
|
+
# @type UserVpcEndpointId: String
|
16087
|
+
# @param UserVpcEndpointName: 用户终端节点名称
|
16088
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16089
|
+
# @type UserVpcEndpointName: String
|
16090
|
+
# @param AccessConnectionInfos: 接入点信息
|
16091
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16092
|
+
# @type AccessConnectionInfos: Array
|
16093
|
+
|
16094
|
+
attr_accessor :EngineNetworkId, :UserVpcId, :UserVpcEndpointId, :UserVpcEndpointName, :AccessConnectionInfos
|
16095
|
+
|
16096
|
+
def initialize(enginenetworkid=nil, uservpcid=nil, uservpcendpointid=nil, uservpcendpointname=nil, accessconnectioninfos=nil)
|
16097
|
+
@EngineNetworkId = enginenetworkid
|
16098
|
+
@UserVpcId = uservpcid
|
16099
|
+
@UserVpcEndpointId = uservpcendpointid
|
16100
|
+
@UserVpcEndpointName = uservpcendpointname
|
16101
|
+
@AccessConnectionInfos = accessconnectioninfos
|
16102
|
+
end
|
16103
|
+
|
16104
|
+
def deserialize(params)
|
16105
|
+
@EngineNetworkId = params['EngineNetworkId']
|
16106
|
+
@UserVpcId = params['UserVpcId']
|
16107
|
+
@UserVpcEndpointId = params['UserVpcEndpointId']
|
16108
|
+
@UserVpcEndpointName = params['UserVpcEndpointName']
|
16109
|
+
@AccessConnectionInfos = params['AccessConnectionInfos']
|
16110
|
+
end
|
16111
|
+
end
|
16112
|
+
|
14092
16113
|
# 用户信息集合
|
14093
16114
|
class Users < TencentCloud::Common::AbstractModel
|
14094
16115
|
# @param UserSet: 用户信息集合
|