tencentcloud-sdk-cvm 3.0.422 → 3.0.423

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37be424634a729fd0fbb00d8c9337842328c77f8
4
- data.tar.gz: 40b3f302fb33909959087af6614fb512b3bfa532
3
+ metadata.gz: e40b52a17e4aa64700968050c8a37f40ffdabcdb
4
+ data.tar.gz: 21a9f580e2a081f312c43cd795bf6264ff0a5489
5
5
  SHA512:
6
- metadata.gz: 5ee1ed017035cd18592139c830a4b51052b8f4d73798be608dbc86a99e6832718df668799a9e0f9fd8c58a7476d26444a52391aba0e5fe9f6e9c1d5896492295
7
- data.tar.gz: e61220fbdc35df61be5af787cc64f37a240cc2c460f8f17a170a4060abe5129cde7820eaa6109eb33f0c2f6cf6eb52397c77ffcd8c33d5ebe673e0d323434698
6
+ metadata.gz: abf7b58d389ddcd6e70f6d68cceb6c82bcbfd713e0c5373339290ed9e57b2c6f2694602d445dad07627a72ebfb7bf91db12540bc1f2d9628732e64c291dcee0f
7
+ data.tar.gz: 261e8c9610a9979bea3e0984d658adc48c60f802732af38157720b4277d2924cde70216455e297ab830c3a9a840428adf013610c0e7390b803e79927a782ca86
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.422
1
+ 3.0.423
@@ -4405,10 +4405,12 @@ module TencentCloud
4405
4405
  # @type GPUInfo: :class:`Tencentcloud::Cvm.v20170312.models.GPUInfo`
4406
4406
  # @param LicenseType: 实例的操作系统许可类型,默认为TencentCloud
4407
4407
  # @type LicenseType: String
4408
+ # @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
4409
+ # @type DisableApiTermination: Boolean
4408
4410
 
4409
- attr_accessor :Placement, :InstanceId, :InstanceType, :CPU, :Memory, :RestrictState, :InstanceName, :InstanceChargeType, :SystemDisk, :DataDisks, :PrivateIpAddresses, :PublicIpAddresses, :InternetAccessible, :VirtualPrivateCloud, :ImageId, :RenewFlag, :CreatedTime, :ExpiredTime, :OsName, :SecurityGroupIds, :LoginSettings, :InstanceState, :Tags, :StopChargingMode, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :DisasterRecoverGroupId, :IPv6Addresses, :CamRoleName, :HpcClusterId, :RdmaIpAddresses, :IsolatedSource, :GPUInfo, :LicenseType
4411
+ attr_accessor :Placement, :InstanceId, :InstanceType, :CPU, :Memory, :RestrictState, :InstanceName, :InstanceChargeType, :SystemDisk, :DataDisks, :PrivateIpAddresses, :PublicIpAddresses, :InternetAccessible, :VirtualPrivateCloud, :ImageId, :RenewFlag, :CreatedTime, :ExpiredTime, :OsName, :SecurityGroupIds, :LoginSettings, :InstanceState, :Tags, :StopChargingMode, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :DisasterRecoverGroupId, :IPv6Addresses, :CamRoleName, :HpcClusterId, :RdmaIpAddresses, :IsolatedSource, :GPUInfo, :LicenseType, :DisableApiTermination
4410
4412
 
4411
- def initialize(placement=nil, instanceid=nil, instancetype=nil, cpu=nil, memory=nil, restrictstate=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, datadisks=nil, privateipaddresses=nil, publicipaddresses=nil, internetaccessible=nil, virtualprivatecloud=nil, imageid=nil, renewflag=nil, createdtime=nil, expiredtime=nil, osname=nil, securitygroupids=nil, loginsettings=nil, instancestate=nil, tags=nil, stopchargingmode=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, disasterrecovergroupid=nil, ipv6addresses=nil, camrolename=nil, hpcclusterid=nil, rdmaipaddresses=nil, isolatedsource=nil, gpuinfo=nil, licensetype=nil)
4413
+ def initialize(placement=nil, instanceid=nil, instancetype=nil, cpu=nil, memory=nil, restrictstate=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, datadisks=nil, privateipaddresses=nil, publicipaddresses=nil, internetaccessible=nil, virtualprivatecloud=nil, imageid=nil, renewflag=nil, createdtime=nil, expiredtime=nil, osname=nil, securitygroupids=nil, loginsettings=nil, instancestate=nil, tags=nil, stopchargingmode=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, disasterrecovergroupid=nil, ipv6addresses=nil, camrolename=nil, hpcclusterid=nil, rdmaipaddresses=nil, isolatedsource=nil, gpuinfo=nil, licensetype=nil, disableapitermination=nil)
4412
4414
  @Placement = placement
4413
4415
  @InstanceId = instanceid
4414
4416
  @InstanceType = instancetype
@@ -4445,6 +4447,7 @@ module TencentCloud
4445
4447
  @IsolatedSource = isolatedsource
4446
4448
  @GPUInfo = gpuinfo
4447
4449
  @LicenseType = licensetype
4450
+ @DisableApiTermination = disableapitermination
4448
4451
  end
4449
4452
 
4450
4453
  def deserialize(params)
@@ -4516,6 +4519,7 @@ module TencentCloud
4516
4519
  @GPUInfo.deserialize(params['GPUInfo'])
4517
4520
  end
4518
4521
  @LicenseType = params['LicenseType']
4522
+ @DisableApiTermination = params['DisableApiTermination']
4519
4523
  end
4520
4524
  end
4521
4525
 
@@ -5369,7 +5373,7 @@ module TencentCloud
5369
5373
  # @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。<br><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。<br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
5370
5374
  # 注意:此字段可能返回 null,表示取不到有效值。
5371
5375
  # @type Password: String
5372
- # @param KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
5376
+ # @param KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。
5373
5377
  # 注意:此字段可能返回 null,表示取不到有效值。
5374
5378
  # @type KeyIds: Array
5375
5379
  # @param KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
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.422
4
+ version: 3.0.423
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-29 00:00:00.000000000 Z
11
+ date: 2022-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common