tencentcloud-sdk-lighthouse 1.0.289 → 1.0.290
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/v20200324/client.rb +1 -1
- data/lib/v20200324/models.rb +14 -9
- 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: d08abd4231e5687b0f4724f59524afbadc9108b8
|
|
4
|
+
data.tar.gz: 4bca644a335fa7112c9a1bbbf436ac2085b5818f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5509551b0968e7fba8045a5e890e6adafa7be9011f947894a1c9ec6cf56c2122da2a8385df2cf0635a3c09833837a04dd6f4f4ff7d30c072ecca6087bb7488f2
|
|
7
|
+
data.tar.gz: ec00ff36e24c46ee2cca13d0ebab8a976cbc138f4f5f7a6b8306a3e3c27c998ff59ada831dc1212e24bcc538412eea3976d2828fe108f5567bc01ed0e26307df
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.290
|
data/lib/v20200324/client.rb
CHANGED
|
@@ -1226,7 +1226,7 @@ module TencentCloud
|
|
|
1226
1226
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1227
1227
|
end
|
|
1228
1228
|
|
|
1229
|
-
# 本接口(
|
|
1229
|
+
# 本接口(InquirePriceRenewInstances)用于续费实例询价。
|
|
1230
1230
|
|
|
1231
1231
|
# @param request: Request instance for InquirePriceRenewInstances.
|
|
1232
1232
|
# @type request: :class:`Tencentcloud::lighthouse::V20200324::InquirePriceRenewInstancesRequest`
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -601,15 +601,15 @@ module TencentCloud
|
|
|
601
601
|
|
|
602
602
|
# CreateInstances请求参数结构体
|
|
603
603
|
class CreateInstancesRequest < TencentCloud::Common::AbstractModel
|
|
604
|
-
# @param BundleId:
|
|
604
|
+
# @param BundleId: 套餐ID。
|
|
605
605
|
# @type BundleId: String
|
|
606
|
-
# @param BlueprintId:
|
|
606
|
+
# @param BlueprintId: 镜像ID。
|
|
607
607
|
# @type BlueprintId: String
|
|
608
|
-
# @param InstanceChargePrepaid:
|
|
608
|
+
# @param InstanceChargePrepaid: 当前实例仅支持预付费模式,即包年包月相关参数设置,单位(月)。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。该参数必传。
|
|
609
609
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
|
|
610
|
-
# @param InstanceName:
|
|
610
|
+
# @param InstanceName: 实例显示名称。
|
|
611
611
|
# @type InstanceName: String
|
|
612
|
-
# @param InstanceCount:
|
|
612
|
+
# @param InstanceCount: 购买实例数量。包年包月实例取值范围:[1,30]。默认取值:1。指定购买实例的数量不能超过用户所能购买的剩余配额数量
|
|
613
613
|
# @type InstanceCount: Integer
|
|
614
614
|
# @param Zones: 可用区列表。默认为随机可用区
|
|
615
615
|
# @type Zones: Array
|
|
@@ -1628,7 +1628,7 @@ module TencentCloud
|
|
|
1628
1628
|
|
|
1629
1629
|
# DescribeGeneralResourceQuotas请求参数结构体
|
|
1630
1630
|
class DescribeGeneralResourceQuotasRequest < TencentCloud::Common::AbstractModel
|
|
1631
|
-
# @param ResourceNames: 资源名列表,取值为:USER_KEY_PAIR、
|
|
1631
|
+
# @param ResourceNames: 资源名列表,取值为:USER_KEY_PAIR、GENERAL_BUNDLE_INSTANCE、STORAGE_BUNDLE_INSTANCE、ENTERPRISE_BUNDLE_INSTANCE、EXCLUSIVE_BUNDLE_INSTANCE、BEFAST_BUNDLE_INSTANCE、SNAPSHOT、BLUEPRINT、FREE_BLUEPRINT、DATA_DISK、ATTACHED_DATA_DISK、FIREWALL_RULE。
|
|
1632
1632
|
# @type ResourceNames: Array
|
|
1633
1633
|
|
|
1634
1634
|
attr_accessor :ResourceNames
|
|
@@ -3393,7 +3393,7 @@ module TencentCloud
|
|
|
3393
3393
|
# @param LoginSettings: 实例登录设置。
|
|
3394
3394
|
# @type LoginSettings: :class:`Tencentcloud::Lighthouse.v20200324.models.LoginSettings`
|
|
3395
3395
|
# @param InstanceState: 实例状态。取值范围:
|
|
3396
|
-
# <li>PENDING:表示创建中</li><li>LAUNCH_FAILED:表示创建失败</li><li>RUNNING:表示运行中</li><li>STOPPED:表示关机</li><li>STARTING:表示开机中</li><li>STOPPING:表示关机中</li><li>REBOOTING:表示重启中</li><li>SHUTDOWN:表示停止待销毁</li><li>TERMINATING:表示销毁中</li>
|
|
3396
|
+
# <li>PENDING:表示创建中</li><li>LAUNCH_FAILED:表示创建失败</li><li>RUNNING:表示运行中</li><li>STOPPED:表示关机</li><li>STARTING:表示开机中</li><li>STOPPING:表示关机中</li><li>REBOOTING:表示重启中</li><li>SHUTDOWN:表示停止待销毁</li><li>TERMINATING:表示销毁中</li><li>DELETING:表示删除中</li><li>FREEZING:表示冻结中</li>
|
|
3397
3397
|
# @type InstanceState: String
|
|
3398
3398
|
# @param Uuid: 实例全局唯一 ID。
|
|
3399
3399
|
# @type Uuid: String
|
|
@@ -3430,10 +3430,13 @@ module TencentCloud
|
|
|
3430
3430
|
# @type Zone: String
|
|
3431
3431
|
# @param Tags: 实例绑定的标签列表。
|
|
3432
3432
|
# @type Tags: Array
|
|
3433
|
+
# @param InstanceRestrictState: 实例封禁状态。取值范围:
|
|
3434
|
+
# <li>NORMAL实例正常。</li><li>NETWORK_RESTRICT:网络封禁。</li>
|
|
3435
|
+
# @type InstanceRestrictState: String
|
|
3433
3436
|
|
|
3434
|
-
attr_accessor :InstanceId, :BundleId, :BlueprintId, :CPU, :Memory, :InstanceName, :InstanceChargeType, :SystemDisk, :PrivateAddresses, :PublicAddresses, :InternetAccessible, :RenewFlag, :LoginSettings, :InstanceState, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :IsolatedTime, :CreatedTime, :ExpiredTime, :PlatformType, :Platform, :OsName, :Zone, :Tags
|
|
3437
|
+
attr_accessor :InstanceId, :BundleId, :BlueprintId, :CPU, :Memory, :InstanceName, :InstanceChargeType, :SystemDisk, :PrivateAddresses, :PublicAddresses, :InternetAccessible, :RenewFlag, :LoginSettings, :InstanceState, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :IsolatedTime, :CreatedTime, :ExpiredTime, :PlatformType, :Platform, :OsName, :Zone, :Tags, :InstanceRestrictState
|
|
3435
3438
|
|
|
3436
|
-
def initialize(instanceid=nil, bundleid=nil, blueprintid=nil, cpu=nil, memory=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, privateaddresses=nil, publicaddresses=nil, internetaccessible=nil, renewflag=nil, loginsettings=nil, instancestate=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, isolatedtime=nil, createdtime=nil, expiredtime=nil, platformtype=nil, platform=nil, osname=nil, zone=nil, tags=nil)
|
|
3439
|
+
def initialize(instanceid=nil, bundleid=nil, blueprintid=nil, cpu=nil, memory=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, privateaddresses=nil, publicaddresses=nil, internetaccessible=nil, renewflag=nil, loginsettings=nil, instancestate=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, isolatedtime=nil, createdtime=nil, expiredtime=nil, platformtype=nil, platform=nil, osname=nil, zone=nil, tags=nil, instancerestrictstate=nil)
|
|
3437
3440
|
@InstanceId = instanceid
|
|
3438
3441
|
@BundleId = bundleid
|
|
3439
3442
|
@BlueprintId = blueprintid
|
|
@@ -3460,6 +3463,7 @@ module TencentCloud
|
|
|
3460
3463
|
@OsName = osname
|
|
3461
3464
|
@Zone = zone
|
|
3462
3465
|
@Tags = tags
|
|
3466
|
+
@InstanceRestrictState = instancerestrictstate
|
|
3463
3467
|
end
|
|
3464
3468
|
|
|
3465
3469
|
def deserialize(params)
|
|
@@ -3505,6 +3509,7 @@ module TencentCloud
|
|
|
3505
3509
|
@Tags << tag_tmp
|
|
3506
3510
|
end
|
|
3507
3511
|
end
|
|
3512
|
+
@InstanceRestrictState = params['InstanceRestrictState']
|
|
3508
3513
|
end
|
|
3509
3514
|
end
|
|
3510
3515
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lighthouse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.290
|
|
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-
|
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|