Class: TencentCloud::Ecm::V20190719::ModifyAddressesBandwidthRequest

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

Overview

ModifyAddressesBandwidth请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ecmregion = nil, addressids = nil, internetmaxbandwidthout = nil) ⇒ ModifyAddressesBandwidthRequest

Returns a new instance of ModifyAddressesBandwidthRequest.



7141
7142
7143
7144
7145
# File 'lib/v20190719/models.rb', line 7141

def initialize(ecmregion=nil, addressids=nil, internetmaxbandwidthout=nil)
  @EcmRegion = ecmregion
  @AddressIds = addressids
  @InternetMaxBandwidthOut = internetmaxbandwidthout
end

Instance Attribute Details

#AddressIdsObject

Parameters:

  • EcmRegion:

    ECM 地域

  • AddressIds:

    EIP唯一标识ID,形如‘eip-xxxxxxx’

  • InternetMaxBandwidthOut:

    调整带宽目标值



7139
7140
7141
# File 'lib/v20190719/models.rb', line 7139

def AddressIds
  @AddressIds
end

#EcmRegionObject

Parameters:

  • EcmRegion:

    ECM 地域

  • AddressIds:

    EIP唯一标识ID,形如‘eip-xxxxxxx’

  • InternetMaxBandwidthOut:

    调整带宽目标值



7139
7140
7141
# File 'lib/v20190719/models.rb', line 7139

def EcmRegion
  @EcmRegion
end

#InternetMaxBandwidthOutObject

Parameters:

  • EcmRegion:

    ECM 地域

  • AddressIds:

    EIP唯一标识ID,形如‘eip-xxxxxxx’

  • InternetMaxBandwidthOut:

    调整带宽目标值



7139
7140
7141
# File 'lib/v20190719/models.rb', line 7139

def InternetMaxBandwidthOut
  @InternetMaxBandwidthOut
end

Instance Method Details

#deserialize(params) ⇒ Object



7147
7148
7149
7150
7151
# File 'lib/v20190719/models.rb', line 7147

def deserialize(params)
  @EcmRegion = params['EcmRegion']
  @AddressIds = params['AddressIds']
  @InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
end