tencentcloud-sdk-cvm 3.0.1012 → 3.0.1013
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/v20170312/models.rb +24 -109
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25790eab2e06d00de33f85ab9c954429661b7a97
|
4
|
+
data.tar.gz: f789f449e85c699a2ae3b9c82ffdd04a5ee99f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c28239fb54c76a98aa17f839a66197b689c7d73e0f8d8850883d294e4e992ad7c5f056ede5f3a00a17dfca841cccd12b33938e8aa3f167b82acfc3dab83058
|
7
|
+
data.tar.gz: 602d1e0e060d7540767bdff3569ac7a3dffe13f932f61b64e7e8df4a5fe8565f588863882bd4144fc8a4e69c6aa49ceb047b3bd0494bdea218702817adb8b842
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1013
|
data/lib/v20170312/models.rb
CHANGED
@@ -322,16 +322,12 @@ module TencentCloud
|
|
322
322
|
# chc部署网络minos引导配置。
|
323
323
|
class ChcDeployExtraConfig < TencentCloud::Common::AbstractModel
|
324
324
|
# @param MiniOsType: minos类型。是使用腾讯云的minios,还是客户自己的minios。
|
325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
326
325
|
# @type MiniOsType: String
|
327
326
|
# @param BootType: 服务器的架构和启动方式。取值为x86_legacy, arm_uefi。
|
328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
329
327
|
# @type BootType: String
|
330
328
|
# @param BootFile: PXE使用的引导文件。默认为pxelinux.0。
|
331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
332
329
|
# @type BootFile: String
|
333
330
|
# @param NextServerAddress: tftp服务器的ip地址。
|
334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
335
331
|
# @type NextServerAddress: String
|
336
332
|
|
337
333
|
attr_accessor :MiniOsType, :BootType, :BootFile, :NextServerAddress
|
@@ -370,82 +366,58 @@ module TencentCloud
|
|
370
366
|
# </ul>
|
371
367
|
# @type InstanceState: String
|
372
368
|
# @param DeviceType: 设备类型。
|
373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
374
369
|
# @type DeviceType: String
|
375
370
|
# @param Placement: 所属可用区
|
376
371
|
# @type Placement: :class:`Tencentcloud::Cvm.v20170312.models.Placement`
|
377
372
|
# @param BmcVirtualPrivateCloud: 带外网络。
|
378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
379
373
|
# @type BmcVirtualPrivateCloud: :class:`Tencentcloud::Cvm.v20170312.models.VirtualPrivateCloud`
|
380
374
|
# @param BmcIp: 带外网络Ip。
|
381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
382
375
|
# @type BmcIp: String
|
383
376
|
# @param BmcSecurityGroupIds: 带外网络安全组Id。
|
384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
385
377
|
# @type BmcSecurityGroupIds: Array
|
386
378
|
# @param DeployVirtualPrivateCloud: 部署网络。
|
387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
388
379
|
# @type DeployVirtualPrivateCloud: :class:`Tencentcloud::Cvm.v20170312.models.VirtualPrivateCloud`
|
389
380
|
# @param DeployIp: 部署网络Ip。
|
390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
381
|
# @type DeployIp: String
|
392
382
|
# @param DeploySecurityGroupIds: 部署网络安全组Id。
|
393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
394
383
|
# @type DeploySecurityGroupIds: Array
|
395
384
|
# @param CvmInstanceId: 关联的云主机Id。
|
396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
397
385
|
# @type CvmInstanceId: String
|
398
386
|
# @param CreatedTime: 服务器导入的时间。
|
399
387
|
# @type CreatedTime: String
|
400
388
|
# @param HardwareDescription: 机型的硬件描述,分别为CPU核数,内存容量和磁盘容量
|
401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
402
389
|
# @type HardwareDescription: String
|
403
390
|
# @param CPU: CHC物理服务器的CPU核数
|
404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
405
391
|
# @type CPU: Integer
|
406
392
|
# @param Memory: CHC物理服务器的内存大小,单位为GB
|
407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
408
393
|
# @type Memory: Integer
|
409
394
|
# @param Disk: CHC物理服务器的磁盘信息
|
410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
411
395
|
# @type Disk: String
|
412
396
|
# @param BmcMAC: 带外网络下分配的MAC地址
|
413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
414
397
|
# @type BmcMAC: String
|
415
398
|
# @param DeployMAC: 部署网络下分配的MAC地址
|
416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
417
399
|
# @type DeployMAC: String
|
418
400
|
# @param TenantType: 设备托管类型。
|
419
401
|
# HOSTING: 托管
|
420
402
|
# TENANT: 租赁
|
421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
422
403
|
# @type TenantType: String
|
423
404
|
# @param DeployExtraConfig: chc dhcp选项,用于minios调试。
|
424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
425
405
|
# @type DeployExtraConfig: :class:`Tencentcloud::Cvm.v20170312.models.ChcDeployExtraConfig`
|
426
406
|
# @param Gpu: GPU型号。
|
427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
428
407
|
# @type Gpu: String
|
429
408
|
# @param NetworkCard: 网卡型号。主要指RDMA网卡。
|
430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
431
409
|
# @type NetworkCard: String
|
432
410
|
# @param IsPredefinedType: 是否是预定义机型。
|
433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
434
411
|
# @type IsPredefinedType: Boolean
|
435
412
|
# @param ChcInstanceType: CHC云主机机型。
|
436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
437
413
|
# @type ChcInstanceType: String
|
438
414
|
# @param ChcInstanceFamily: CHC云主机机型簇。
|
439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
440
415
|
# @type ChcInstanceFamily: String
|
441
416
|
# @param ChcInstanceFamilyName: CHC云主机机型簇名称。
|
442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
443
417
|
# @type ChcInstanceFamilyName: String
|
444
418
|
# @param ResaleAppId: 转售客户的AppId。
|
445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
446
419
|
# @type ResaleAppId: String
|
447
420
|
# @param ResaleAccountId: 转售客户的账号ID。
|
448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
449
421
|
# @type ResaleAccountId: String
|
450
422
|
# @param SaleStatus: 售卖状态。<br/>
|
451
423
|
# <ul>
|
@@ -453,11 +425,8 @@ module TencentCloud
|
|
453
425
|
# <li>AVAILABLE: 可售卖</li>
|
454
426
|
# <li>SOLD: 已售卖</li>
|
455
427
|
# </ul>
|
456
|
-
|
457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
458
428
|
# @type SaleStatus: String
|
459
429
|
# @param Tags: CHC物理服务器关联的标签列表。
|
460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
461
430
|
# @type Tags: Array
|
462
431
|
# @param LatestOperation: 最近操作
|
463
432
|
# @type LatestOperation: String
|
@@ -738,10 +707,8 @@ module TencentCloud
|
|
738
707
|
# ConvertOperatingSystems返回参数结构体
|
739
708
|
class ConvertOperatingSystemsResponse < TencentCloud::Common::AbstractModel
|
740
709
|
# @param SupportTargetOSList: 转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
|
741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
742
710
|
# @type SupportTargetOSList: Array
|
743
711
|
# @param TaskId: 操作系统转换的任务 ID
|
744
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
745
712
|
# @type TaskId: String
|
746
713
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
747
714
|
# @type RequestId: String
|
@@ -914,7 +881,6 @@ module TencentCloud
|
|
914
881
|
# CreateHpcCluster返回参数结构体
|
915
882
|
class CreateHpcClusterResponse < TencentCloud::Common::AbstractModel
|
916
883
|
# @param HpcClusterSet: 高性能计算集群信息。
|
917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
918
884
|
# @type HpcClusterSet: Array
|
919
885
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
920
886
|
# @type RequestId: String
|
@@ -1005,7 +971,6 @@ module TencentCloud
|
|
1005
971
|
# CreateImage返回参数结构体
|
1006
972
|
class CreateImageResponse < TencentCloud::Common::AbstractModel
|
1007
973
|
# @param ImageId: 镜像ID
|
1008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1009
974
|
# @type ImageId: String
|
1010
975
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1011
976
|
# @type RequestId: String
|
@@ -1976,17 +1941,23 @@ module TencentCloud
|
|
1976
1941
|
# @type CvmInSwGroupQuota: Integer
|
1977
1942
|
# @param CvmInRackGroupQuota: 机架类型容灾组内实例的配额数。
|
1978
1943
|
# @type CvmInRackGroupQuota: Integer
|
1944
|
+
# @param CvmInSwitchGroupQuota: 交换机类型容灾组内实例的配额数。
|
1945
|
+
# @type CvmInSwitchGroupQuota: Integer
|
1979
1946
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1980
1947
|
# @type RequestId: String
|
1981
1948
|
|
1982
|
-
attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :RequestId
|
1949
|
+
attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
|
1950
|
+
extend Gem::Deprecate
|
1951
|
+
deprecate :CvmInSwGroupQuota, :none, 2025, 3
|
1952
|
+
deprecate :CvmInSwGroupQuota=, :none, 2025, 3
|
1983
1953
|
|
1984
|
-
def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, requestid=nil)
|
1954
|
+
def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
|
1985
1955
|
@GroupQuota = groupquota
|
1986
1956
|
@CurrentNum = currentnum
|
1987
1957
|
@CvmInHostGroupQuota = cvminhostgroupquota
|
1988
1958
|
@CvmInSwGroupQuota = cvminswgroupquota
|
1989
1959
|
@CvmInRackGroupQuota = cvminrackgroupquota
|
1960
|
+
@CvmInSwitchGroupQuota = cvminswitchgroupquota
|
1990
1961
|
@RequestId = requestid
|
1991
1962
|
end
|
1992
1963
|
|
@@ -1996,6 +1967,7 @@ module TencentCloud
|
|
1996
1967
|
@CvmInHostGroupQuota = params['CvmInHostGroupQuota']
|
1997
1968
|
@CvmInSwGroupQuota = params['CvmInSwGroupQuota']
|
1998
1969
|
@CvmInRackGroupQuota = params['CvmInRackGroupQuota']
|
1970
|
+
@CvmInSwitchGroupQuota = params['CvmInSwitchGroupQuota']
|
1999
1971
|
@RequestId = params['RequestId']
|
2000
1972
|
end
|
2001
1973
|
end
|
@@ -3132,7 +3104,12 @@ module TencentCloud
|
|
3132
3104
|
class DescribeLaunchTemplatesRequest < TencentCloud::Common::AbstractModel
|
3133
3105
|
# @param LaunchTemplateIds: 启动模板ID,一个或者多个启动模板ID。若未指定,则显示用户所有模板。
|
3134
3106
|
# @type LaunchTemplateIds: Array
|
3135
|
-
# @param Filters: <
|
3107
|
+
# @param Filters: <li><strong>LaunchTemplateName</strong></li>
|
3108
|
+
# <p style="padding-left: 30px;">按照【<strong>实例启动模板名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
3109
|
+
# <li><strong>tag-key</strong></li>
|
3110
|
+
# <p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
3111
|
+
# <li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
3112
|
+
# <li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
3136
3113
|
# 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchTemplateIds`和`Filters`。
|
3137
3114
|
# @type Filters: Array
|
3138
3115
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
@@ -3167,10 +3144,8 @@ module TencentCloud
|
|
3167
3144
|
# DescribeLaunchTemplates返回参数结构体
|
3168
3145
|
class DescribeLaunchTemplatesResponse < TencentCloud::Common::AbstractModel
|
3169
3146
|
# @param TotalCount: 符合条件的实例模板数量。
|
3170
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3171
3147
|
# @type TotalCount: Integer
|
3172
3148
|
# @param LaunchTemplateSet: 实例详细信息列表。
|
3173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3174
3149
|
# @type LaunchTemplateSet: Array
|
3175
3150
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3176
3151
|
# @type RequestId: String
|
@@ -3747,7 +3722,7 @@ module TencentCloud
|
|
3747
3722
|
class ExportImagesRequest < TencentCloud::Common::AbstractModel
|
3748
3723
|
# @param BucketName: COS存储桶名称
|
3749
3724
|
# @type BucketName: String
|
3750
|
-
# @param ImageIds: 镜像ID
|
3725
|
+
# @param ImageIds: 镜像ID列表。调用 ExportImages 接口时,参数 ImageIds 和 SnapshotIds 为二选一必填参数,目前参数 SnapshotIds 暂未对外开放。
|
3751
3726
|
# @type ImageIds: Array
|
3752
3727
|
# @param ExportFormat: 镜像文件导出格式。取值范围:RAW,QCOW2,VHD,VMDK。默认为RAW
|
3753
3728
|
# @type ExportFormat: String
|
@@ -3868,13 +3843,10 @@ module TencentCloud
|
|
3868
3843
|
# 实例GPU信息
|
3869
3844
|
class GPUInfo < TencentCloud::Common::AbstractModel
|
3870
3845
|
# @param GPUCount: 实例GPU个数。值小于1代表VGPU类型,大于1代表GPU直通类型。
|
3871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3872
3846
|
# @type GPUCount: Float
|
3873
3847
|
# @param GPUId: 实例GPU地址。
|
3874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3875
3848
|
# @type GPUId: Array
|
3876
3849
|
# @param GPUType: 实例GPU类型。
|
3877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3878
3850
|
# @type GPUType: String
|
3879
3851
|
|
3880
3852
|
attr_accessor :GPUCount, :GPUId, :GPUType
|
@@ -3919,10 +3891,8 @@ module TencentCloud
|
|
3919
3891
|
# @param HostResource: 专用宿主机实例资源信息
|
3920
3892
|
# @type HostResource: :class:`Tencentcloud::Cvm.v20170312.models.HostResource`
|
3921
3893
|
# @param CageId: 专用宿主机所属的围笼ID。该字段仅对金融专区围笼内的专用宿主机有效。
|
3922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3923
3894
|
# @type CageId: String
|
3924
3895
|
# @param Tags: 专用宿主机关联的标签列表。
|
3925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3926
3896
|
# @type Tags: Array
|
3927
3897
|
|
3928
3898
|
attr_accessor :Placement, :HostId, :HostType, :HostName, :HostChargeType, :RenewFlag, :CreatedTime, :ExpiredTime, :InstanceIds, :HostState, :HostIp, :HostResource, :CageId, :Tags
|
@@ -4015,7 +3985,6 @@ module TencentCloud
|
|
4015
3985
|
# @param GpuAvailable: 专用宿主机实例可用GPU卡数
|
4016
3986
|
# @type GpuAvailable: Integer
|
4017
3987
|
# @param ExclusiveOwner: CDH owner
|
4018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4019
3988
|
# @type ExclusiveOwner: String
|
4020
3989
|
|
4021
3990
|
attr_accessor :CpuTotal, :CpuAvailable, :MemTotal, :MemAvailable, :DiskTotal, :DiskAvailable, :DiskType, :GpuTotal, :GpuAvailable, :ExclusiveOwner
|
@@ -4052,10 +4021,8 @@ module TencentCloud
|
|
4052
4021
|
# @param HpcClusterId: 高性能计算集群ID
|
4053
4022
|
# @type HpcClusterId: String
|
4054
4023
|
# @param Name: 高性能计算集群名
|
4055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4056
4024
|
# @type Name: String
|
4057
4025
|
# @param Remark: 高性能计算集群备注
|
4058
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4059
4026
|
# @type Remark: String
|
4060
4027
|
# @param CvmQuotaTotal: 集群下设备容量
|
4061
4028
|
# @type CvmQuotaTotal: Integer
|
@@ -4064,16 +4031,12 @@ module TencentCloud
|
|
4064
4031
|
# @param CurrentNum: 集群当前已有设备量
|
4065
4032
|
# @type CurrentNum: Integer
|
4066
4033
|
# @param CreateTime: 集群创建时间
|
4067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4068
4034
|
# @type CreateTime: String
|
4069
4035
|
# @param InstanceIds: 集群内实例ID列表
|
4070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4071
4036
|
# @type InstanceIds: Array
|
4072
4037
|
# @param HpcClusterType: 高性能计算集群类型。
|
4073
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4074
4038
|
# @type HpcClusterType: String
|
4075
4039
|
# @param HpcClusterBusinessId: 高性能计算集群对应的业务场景标识,当前只支持CDC。
|
4076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4077
4040
|
# @type HpcClusterBusinessId: String
|
4078
4041
|
# @param HpcClusterNetMode: 高性能计算集群网络模式
|
4079
4042
|
# @type HpcClusterNetMode: Integer
|
@@ -4157,18 +4120,14 @@ module TencentCloud
|
|
4157
4120
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4158
4121
|
# @type SyncPercent: Integer
|
4159
4122
|
# @param IsSupportCloudinit: 镜像是否支持cloud-init
|
4160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4161
4123
|
# @type IsSupportCloudinit: Boolean
|
4162
4124
|
# @param SnapshotSet: 镜像关联的快照信息
|
4163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4164
4125
|
# @type SnapshotSet: Array
|
4165
4126
|
# @param Tags: 镜像关联的标签列表。
|
4166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
4127
|
# @type Tags: Array
|
4168
4128
|
# @param LicenseType: 镜像许可类型
|
4169
4129
|
# @type LicenseType: String
|
4170
4130
|
# @param ImageFamily: 镜像族
|
4171
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4172
4131
|
# @type ImageFamily: String
|
4173
4132
|
# @param ImageDeprecated: 镜像是否废弃
|
4174
4133
|
# @type ImageDeprecated: Boolean
|
@@ -4237,10 +4196,8 @@ module TencentCloud
|
|
4237
4196
|
# 支持的操作系统类型,根据Windows和Linux分类。
|
4238
4197
|
class ImageOsList < TencentCloud::Common::AbstractModel
|
4239
4198
|
# @param Windows: 支持的Windows操作系统。
|
4240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4241
4199
|
# @type Windows: Array
|
4242
4200
|
# @param Linux: 支持的Linux操作系统
|
4243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4244
4201
|
# @type Linux: Array
|
4245
4202
|
|
4246
4203
|
attr_accessor :Windows, :Linux
|
@@ -5140,7 +5097,6 @@ module TencentCloud
|
|
5140
5097
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5141
5098
|
# @type LatestOperationRequestId: String
|
5142
5099
|
# @param DisasterRecoverGroupId: 分散置放群组ID。
|
5143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5144
5100
|
# @type DisasterRecoverGroupId: String
|
5145
5101
|
# @param IPv6Addresses: 实例的IPv6地址。
|
5146
5102
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5149,19 +5105,15 @@ module TencentCloud
|
|
5149
5105
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5150
5106
|
# @type CamRoleName: String
|
5151
5107
|
# @param HpcClusterId: 高性能计算集群`ID`。
|
5152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5153
5108
|
# @type HpcClusterId: String
|
5154
5109
|
# @param RdmaIpAddresses: 高性能计算集群`IP`列表。
|
5155
5110
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5156
5111
|
# @type RdmaIpAddresses: Array
|
5157
5112
|
# @param DedicatedClusterId: 实例所在的专用集群`ID`。
|
5158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5159
5113
|
# @type DedicatedClusterId: String
|
5160
5114
|
# @param IsolatedSource: 实例隔离类型。取值范围:<br><li>ARREAR:表示欠费隔离<br></li><li>EXPIRE:表示到期隔离<br></li><li>MANMADE:表示主动退还隔离<br></li><li>NOTISOLATED:表示未隔离<br></li>
|
5161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5162
5115
|
# @type IsolatedSource: String
|
5163
5116
|
# @param GPUInfo: GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。
|
5164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5165
5117
|
# @type GPUInfo: :class:`Tencentcloud::Cvm.v20170312.models.GPUInfo`
|
5166
5118
|
# @param LicenseType: 实例的操作系统许可类型,默认为TencentCloud
|
5167
5119
|
# @type LicenseType: String
|
@@ -5365,13 +5317,10 @@ module TencentCloud
|
|
5365
5317
|
# 描述退款详情。
|
5366
5318
|
class InstanceRefund < TencentCloud::Common::AbstractModel
|
5367
5319
|
# @param InstanceId: 实例Id。
|
5368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5369
5320
|
# @type InstanceId: String
|
5370
5321
|
# @param Refunds: 退款数额。
|
5371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5372
5322
|
# @type Refunds: Float
|
5373
5323
|
# @param PriceDetail: 退款详情。
|
5374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5375
5324
|
# @type PriceDetail: String
|
5376
5325
|
|
5377
5326
|
attr_accessor :InstanceId, :Refunds, :PriceDetail
|
@@ -5458,7 +5407,6 @@ module TencentCloud
|
|
5458
5407
|
# @param Status: 状态描述
|
5459
5408
|
# @type Status: String
|
5460
5409
|
# @param Message: 状态描述信息
|
5461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5462
5410
|
# @type Message: String
|
5463
5411
|
# @param InstanceTypeConfig: 配置信息
|
5464
5412
|
# @type InstanceTypeConfig: :class:`Tencentcloud::Cvm.v20170312.models.InstanceTypeConfig`
|
@@ -5660,10 +5608,8 @@ module TencentCloud
|
|
5660
5608
|
# 描述了网络计费
|
5661
5609
|
class InternetChargeTypeConfig < TencentCloud::Common::AbstractModel
|
5662
5610
|
# @param InternetChargeType: 网络计费模式。
|
5663
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5664
5611
|
# @type InternetChargeType: String
|
5665
5612
|
# @param Description: 网络计费模式描述信息。
|
5666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5667
5613
|
# @type Description: String
|
5668
5614
|
|
5669
5615
|
attr_accessor :InternetChargeType, :Description
|
@@ -5795,7 +5741,6 @@ module TencentCloud
|
|
5795
5741
|
# @param CreatedTime: 创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
|
5796
5742
|
# @type CreatedTime: String
|
5797
5743
|
# @param Tags: 密钥关联的标签列表。
|
5798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5799
5744
|
# @type Tags: Array
|
5800
5745
|
|
5801
5746
|
attr_accessor :KeyId, :KeyName, :ProjectId, :Description, :PublicKey, :PrivateKey, :AssociatedInstanceIds, :CreatedTime, :Tags
|
@@ -5855,25 +5800,18 @@ module TencentCloud
|
|
5855
5800
|
# 实例启动模板简要信息。
|
5856
5801
|
class LaunchTemplateInfo < TencentCloud::Common::AbstractModel
|
5857
5802
|
# @param LatestVersionNumber: 实例启动模版本号。
|
5858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5859
5803
|
# @type LatestVersionNumber: Integer
|
5860
5804
|
# @param LaunchTemplateId: 实例启动模板ID。
|
5861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5862
5805
|
# @type LaunchTemplateId: String
|
5863
5806
|
# @param LaunchTemplateName: 实例启动模板名。
|
5864
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5865
5807
|
# @type LaunchTemplateName: String
|
5866
5808
|
# @param DefaultVersionNumber: 实例启动模板默认版本号。
|
5867
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5868
5809
|
# @type DefaultVersionNumber: Integer
|
5869
5810
|
# @param LaunchTemplateVersionCount: 实例启动模板包含的版本总数量。
|
5870
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5871
5811
|
# @type LaunchTemplateVersionCount: Integer
|
5872
5812
|
# @param CreatedBy: 创建该模板的用户UIN。
|
5873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5874
5813
|
# @type CreatedBy: String
|
5875
5814
|
# @param CreationTime: 创建该模板的时间。
|
5876
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5877
5815
|
# @type CreationTime: String
|
5878
5816
|
|
5879
5817
|
attr_accessor :LatestVersionNumber, :LaunchTemplateId, :LaunchTemplateName, :DefaultVersionNumber, :LaunchTemplateVersionCount, :CreatedBy, :CreationTime
|
@@ -5902,81 +5840,61 @@ module TencentCloud
|
|
5902
5840
|
# 实例启动模板版本信息
|
5903
5841
|
class LaunchTemplateVersionData < TencentCloud::Common::AbstractModel
|
5904
5842
|
# @param Placement: 实例所在的位置。
|
5905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5906
5843
|
# @type Placement: :class:`Tencentcloud::Cvm.v20170312.models.Placement`
|
5907
5844
|
# @param InstanceType: 实例机型。
|
5908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5909
5845
|
# @type InstanceType: String
|
5910
5846
|
# @param InstanceName: 实例名称。
|
5911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5912
5847
|
# @type InstanceName: String
|
5913
|
-
# @param InstanceChargeType:
|
5914
|
-
#
|
5848
|
+
# @param InstanceChargeType: 实例计费模式。取值范围:
|
5849
|
+
# <li>`PREPAID`:表示预付费,即包年包月</li>
|
5850
|
+
# <li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费</li>
|
5851
|
+
# <li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。</li>
|
5852
|
+
# <li>`SPOTPAID`:表示竞价实例付费。</li>
|
5915
5853
|
# @type InstanceChargeType: String
|
5916
5854
|
# @param SystemDisk: 实例系统盘信息。
|
5917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5918
5855
|
# @type SystemDisk: :class:`Tencentcloud::Cvm.v20170312.models.SystemDisk`
|
5919
5856
|
# @param DataDisks: 实例数据盘信息。只包含随实例购买的数据盘。
|
5920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5921
5857
|
# @type DataDisks: Array
|
5922
5858
|
# @param InternetAccessible: 实例带宽信息。
|
5923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5924
5859
|
# @type InternetAccessible: :class:`Tencentcloud::Cvm.v20170312.models.InternetAccessible`
|
5925
5860
|
# @param VirtualPrivateCloud: 实例所属虚拟私有网络信息。
|
5926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5927
5861
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Cvm.v20170312.models.VirtualPrivateCloud`
|
5928
5862
|
# @param ImageId: 生产实例所使用的镜像`ID`。
|
5929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5930
5863
|
# @type ImageId: String
|
5931
5864
|
# @param SecurityGroupIds: 实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。
|
5932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5933
5865
|
# @type SecurityGroupIds: Array
|
5934
5866
|
# @param LoginSettings: 实例登录设置。目前只返回实例所关联的密钥。
|
5935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5936
5867
|
# @type LoginSettings: :class:`Tencentcloud::Cvm.v20170312.models.LoginSettings`
|
5937
5868
|
# @param CamRoleName: CAM角色名。
|
5938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5939
5869
|
# @type CamRoleName: String
|
5940
5870
|
# @param HpcClusterId: 高性能计算集群`ID`。
|
5941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5942
5871
|
# @type HpcClusterId: String
|
5943
5872
|
# @param InstanceCount: 购买实例数量。
|
5944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5945
5873
|
# @type InstanceCount: Integer
|
5946
5874
|
# @param EnhancedService: 增强服务。
|
5947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5948
5875
|
# @type EnhancedService: :class:`Tencentcloud::Cvm.v20170312.models.EnhancedService`
|
5949
5876
|
# @param UserData: 提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。
|
5950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5951
5877
|
# @type UserData: String
|
5952
5878
|
# @param DisasterRecoverGroupIds: 置放群组ID,仅支持指定一个。
|
5953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5954
5879
|
# @type DisasterRecoverGroupIds: Array
|
5955
5880
|
# @param ActionTimer: 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。
|
5956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5957
5881
|
# @type ActionTimer: :class:`Tencentcloud::Cvm.v20170312.models.ActionTimer`
|
5958
5882
|
# @param InstanceMarketOptions: 实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。
|
5959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5960
5883
|
# @type InstanceMarketOptions: :class:`Tencentcloud::Cvm.v20170312.models.InstanceMarketOptionsRequest`
|
5961
5884
|
# @param HostName: 云服务器的主机名。
|
5962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5963
5885
|
# @type HostName: String
|
5964
5886
|
# @param ClientToken: 用于保证请求幂等性的字符串。
|
5965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5966
5887
|
# @type ClientToken: String
|
5967
5888
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。
|
5968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5969
5889
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Cvm.v20170312.models.InstanceChargePrepaid`
|
5970
5890
|
# @param TagSpecification: 标签描述列表。通过指定该参数可以同时绑定标签到相应的云服务器、云硬盘实例。
|
5971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5972
5891
|
# @type TagSpecification: Array
|
5973
5892
|
# @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:
|
5974
5893
|
|
5975
|
-
#
|
5976
|
-
#
|
5894
|
+
# true:表示开启实例保护,不允许通过api接口删除实例
|
5895
|
+
# false:表示关闭实例保护,允许通过api接口删除实例
|
5977
5896
|
|
5978
|
-
# 默认取值:
|
5979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5897
|
+
# 默认取值:false。
|
5980
5898
|
# @type DisableApiTermination: Boolean
|
5981
5899
|
|
5982
5900
|
attr_accessor :Placement, :InstanceType, :InstanceName, :InstanceChargeType, :SystemDisk, :DataDisks, :InternetAccessible, :VirtualPrivateCloud, :ImageId, :SecurityGroupIds, :LoginSettings, :CamRoleName, :HpcClusterId, :InstanceCount, :EnhancedService, :UserData, :DisasterRecoverGroupIds, :ActionTimer, :InstanceMarketOptions, :HostName, :ClientToken, :InstanceChargePrepaid, :TagSpecification, :DisableApiTermination
|
@@ -7094,13 +7012,10 @@ module TencentCloud
|
|
7094
7012
|
# 地域信息
|
7095
7013
|
class RegionInfo < TencentCloud::Common::AbstractModel
|
7096
7014
|
# @param Region: 地域名称,例如,ap-guangzhou
|
7097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7098
7015
|
# @type Region: String
|
7099
7016
|
# @param RegionName: 地域描述,例如,华南地区(广州)
|
7100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7101
7017
|
# @type RegionName: String
|
7102
7018
|
# @param RegionState: 地域是否可用状态
|
7103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7104
7019
|
# @type RegionState: String
|
7105
7020
|
|
7106
7021
|
attr_accessor :Region, :RegionName, :RegionState
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cvm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1013
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|