tencentcloud-sdk-lighthouse 1.0.288 → 1.0.291

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: ff884aa9db779b6e780094778dbe2a8ad8f447d1
4
- data.tar.gz: 37b2f2b06a2477934e66625ca2c0d1c87b2fd973
3
+ metadata.gz: b33f8f476fff7cee622c306b1445c913768ce4d5
4
+ data.tar.gz: 58464182af9dfd4ed5880d07105460812216c361
5
5
  SHA512:
6
- metadata.gz: fb817ac9656aa726dea6f0f6b82be82e67b13264a00dd9c0cf55f84f1ded5220115fa0a65b4f37ee82c007bc37325aae0bb59c2b6a7a186725d69a71198f8c33
7
- data.tar.gz: 89df1757086443cb1ceace62369ce838e557c7f7ae588b6b49a6345988a162ab85e8da8d6200a0c09f0b3bd24ad8432ccb02ea5b26bf9f6d998d7d337a44b8ee
6
+ metadata.gz: d8a09b6937e1f2150f6a87dae28d822a05d009e77919059746d1741686de412975fdc4f1da37d8cbf0ab83cbdb1bcacdfb94d0da38eb0da39dbb3265a04285ff
7
+ data.tar.gz: 40a26b3a8d55c1349f9e1b84b38face339c1aa2a725e727cf7b4db9eecd097731fb705fb0c5227b5c159925f7b081dde74b397ac918857bc88d1f3ffd4306ef0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.288
1
+ 1.0.291
@@ -1226,7 +1226,7 @@ module TencentCloud
1226
1226
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1227
1227
  end
1228
1228
 
1229
- # 本接口(InquirePriceCreateInstances)用于续费实例询价。
1229
+ # 本接口(InquirePriceRenewInstances)用于续费实例询价。
1230
1230
 
1231
1231
  # @param request: Request instance for InquirePriceRenewInstances.
1232
1232
  # @type request: :class:`Tencentcloud::lighthouse::V20200324::InquirePriceRenewInstancesRequest`
@@ -601,15 +601,15 @@ module TencentCloud
601
601
 
602
602
  # CreateInstances请求参数结构体
603
603
  class CreateInstancesRequest < TencentCloud::Common::AbstractModel
604
- # @param BundleId: Lighthouse套餐ID。
604
+ # @param BundleId: 套餐ID。
605
605
  # @type BundleId: String
606
- # @param BlueprintId: Lighthouse镜像ID。
606
+ # @param BlueprintId: 镜像ID。
607
607
  # @type BlueprintId: String
608
- # @param InstanceChargePrepaid: 当前Lighthouse实例仅支持预付费模式,即包年包月相关参数设置,单位(月)。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。该参数必传。
608
+ # @param InstanceChargePrepaid: 当前实例仅支持预付费模式,即包年包月相关参数设置,单位(月)。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。该参数必传。
609
609
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
610
- # @param InstanceName: Lighthouse实例显示名称。
610
+ # @param InstanceName: 实例显示名称。
611
611
  # @type InstanceName: String
612
- # @param InstanceCount: 购买Lighthouse实例数量。包年包月实例取值范围:[1,30]。默认取值:1。指定购买实例的数量不能超过用户所能购买的剩余配额数量
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、INSTANCE、SNAPSHOT。
1631
+ # @param ResourceNames: 资源名列表,取值为:USER_KEY_PAIR、GENERAL_BUNDLE_INSTANCESTORAGE_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.288
4
+ version: 1.0.291
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-03-29 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common