Class: TencentCloud::Bmeip::V20180625::DescribeEipQuotaResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180625/models.rb

Overview

DescribeEipQuota返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eipnumquota = nil, currenteipnum = nil, dailyapplycount = nil, dailyapplyquota = nil, batchapplymax = nil, requestid = nil) ⇒ DescribeEipQuotaResponse

Returns a new instance of DescribeEipQuotaResponse.



478
479
480
481
482
483
484
485
# File 'lib/v20180625/models.rb', line 478

def initialize(eipnumquota=nil, currenteipnum=nil, dailyapplycount=nil, dailyapplyquota=nil, batchapplymax=nil, requestid=nil)
  @EipNumQuota = eipnumquota
  @CurrentEipNum = currenteipnum
  @DailyApplyCount = dailyapplycount
  @DailyApplyQuota = dailyapplyquota
  @BatchApplyMax = batchapplymax
  @RequestId = requestid
end

Instance Attribute Details

#BatchApplyMaxObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def BatchApplyMax
  @BatchApplyMax
end

#CurrentEipNumObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def CurrentEipNum
  @CurrentEipNum
end

#DailyApplyCountObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def DailyApplyCount
  @DailyApplyCount
end

#DailyApplyQuotaObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def DailyApplyQuota
  @DailyApplyQuota
end

#EipNumQuotaObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def EipNumQuota
  @EipNumQuota
end

#RequestIdObject

Parameters:

  • EipNumQuota:

    能拥有的EIP个数的总配额,默认是100个

  • CurrentEipNum:

    当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和

  • DailyApplyCount:

    当天申请EIP次数

  • DailyApplyQuota:

    每日申请EIP的次数限制

  • BatchApplyMax:

    BatchApplyMax

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



476
477
478
# File 'lib/v20180625/models.rb', line 476

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



487
488
489
490
491
492
493
494
# File 'lib/v20180625/models.rb', line 487

def deserialize(params)
  @EipNumQuota = params['EipNumQuota']
  @CurrentEipNum = params['CurrentEipNum']
  @DailyApplyCount = params['DailyApplyCount']
  @DailyApplyQuota = params['DailyApplyQuota']
  @BatchApplyMax = params['BatchApplyMax']
  @RequestId = params['RequestId']
end