tencentcloud-sdk-cvm 3.0.612 → 3.0.614

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd625292bca0c0d963928364860ee7d184e43656
4
- data.tar.gz: ffb5b51eae2e2a00e2b3821238b04e3f4fa5cd02
3
+ metadata.gz: 681eb7f8d0952ed50da5dba5d047e20c8b55ed60
4
+ data.tar.gz: 91b61457e46ebdd048b309378e22aa801f8577a7
5
5
  SHA512:
6
- metadata.gz: 7f5bf8f54f6709d3982792055f712256b18f30168ca54debf03a6da34267582d77200d79c66c724a991c956f9d59118c95903f55b7895c4c019cb370a26852d9
7
- data.tar.gz: 53ad094270bd40236660cf3b2b9983603b4079d507794dbda49398a5aa74df8af52ee3e28c05ec55efc26d45de6ac4f174d6337540e40f4c498cb493525b58b1
6
+ metadata.gz: 936024375b271baf0a41be6dc08fbb655bb85dd0d4e3cda3338db7d84d4c6a7ea3c9a7938f32a6ff883cc800a23f9c58c7758fa31fa778cdb9ec95315cabb064
7
+ data.tar.gz: 02fb3b366ddbf49c23f251a704552b4574707971381983d3395394f07aa3c44443fc283c92e46cacb1165511d990c5320296c498985f8f4336d9e03e7583e3dd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
1
+ 3.0.614
@@ -4767,6 +4767,9 @@ module TencentCloud
4767
4767
  # @param RdmaIpAddresses: 高性能计算集群`IP`列表。
4768
4768
  # 注意:此字段可能返回 null,表示取不到有效值。
4769
4769
  # @type RdmaIpAddresses: Array
4770
+ # @param DedicatedClusterId: 实例所在的专用集群`ID`。
4771
+ # 注意:此字段可能返回 null,表示取不到有效值。
4772
+ # @type DedicatedClusterId: String
4770
4773
  # @param IsolatedSource: 实例隔离类型。取值范围:<br><li>ARREAR:表示欠费隔离<br></li><li>EXPIRE:表示到期隔离<br></li><li>MANMADE:表示主动退还隔离<br></li><li>NOTISOLATED:表示未隔离<br></li>
4771
4774
  # 注意:此字段可能返回 null,表示取不到有效值。
4772
4775
  # @type IsolatedSource: String
@@ -4785,9 +4788,9 @@ module TencentCloud
4785
4788
  # 注意:此字段可能返回 null,表示取不到有效值。
4786
4789
  # @type LatestOperationErrorMsg: String
4787
4790
 
4788
- 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, :DefaultLoginUser, :DefaultLoginPort, :LatestOperationErrorMsg
4791
+ 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, :DedicatedClusterId, :IsolatedSource, :GPUInfo, :LicenseType, :DisableApiTermination, :DefaultLoginUser, :DefaultLoginPort, :LatestOperationErrorMsg
4789
4792
 
4790
- 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, defaultloginuser=nil, defaultloginport=nil, latestoperationerrormsg=nil)
4793
+ 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, dedicatedclusterid=nil, isolatedsource=nil, gpuinfo=nil, licensetype=nil, disableapitermination=nil, defaultloginuser=nil, defaultloginport=nil, latestoperationerrormsg=nil)
4791
4794
  @Placement = placement
4792
4795
  @InstanceId = instanceid
4793
4796
  @InstanceType = instancetype
@@ -4821,6 +4824,7 @@ module TencentCloud
4821
4824
  @CamRoleName = camrolename
4822
4825
  @HpcClusterId = hpcclusterid
4823
4826
  @RdmaIpAddresses = rdmaipaddresses
4827
+ @DedicatedClusterId = dedicatedclusterid
4824
4828
  @IsolatedSource = isolatedsource
4825
4829
  @GPUInfo = gpuinfo
4826
4830
  @LicenseType = licensetype
@@ -4893,6 +4897,7 @@ module TencentCloud
4893
4897
  @CamRoleName = params['CamRoleName']
4894
4898
  @HpcClusterId = params['HpcClusterId']
4895
4899
  @RdmaIpAddresses = params['RdmaIpAddresses']
4900
+ @DedicatedClusterId = params['DedicatedClusterId']
4896
4901
  @IsolatedSource = params['IsolatedSource']
4897
4902
  unless params['GPUInfo'].nil?
4898
4903
  @GPUInfo = GPUInfo.new
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.612
4
+ version: 3.0.614
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common