Class: TencentCloud::Tse::V20201207::PublicAddressConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::PublicAddressConfig
- Defined in:
- lib/v20201207/models.rb
Overview
公网地址信息
Instance Attribute Summary collapse
- #Description ⇒ Object
- #GroupId ⇒ Object
- #GroupName ⇒ Object
- #InternetMaxBandwidthOut ⇒ Object
- #NetworkId ⇒ Object
- #Vip ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vip = nil, internetmaxbandwidthout = nil, groupid = nil, groupname = nil, networkid = nil, description = nil) ⇒ PublicAddressConfig
constructor
A new instance of PublicAddressConfig.
Constructor Details
#initialize(vip = nil, internetmaxbandwidthout = nil, groupid = nil, groupname = nil, networkid = nil, description = nil) ⇒ PublicAddressConfig
Returns a new instance of PublicAddressConfig.
11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/v20201207/models.rb', line 11007 def initialize(vip=nil, internetmaxbandwidthout=nil, groupid=nil, groupname=nil, networkid=nil, description=nil) @Vip = vip @InternetMaxBandwidthOut = internetmaxbandwidthout @GroupId = groupid @GroupName = groupname @NetworkId = networkid @Description = description end |
Instance Attribute Details
#Description ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def Description @Description end |
#GroupId ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def GroupId @GroupId end |
#GroupName ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def GroupName @GroupName end |
#InternetMaxBandwidthOut ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def InternetMaxBandwidthOut @InternetMaxBandwidthOut end |
#NetworkId ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def NetworkId @NetworkId end |
#Vip ⇒ Object
11005 11006 11007 |
# File 'lib/v20201207/models.rb', line 11005 def Vip @Vip end |
Instance Method Details
#deserialize(params) ⇒ Object
11016 11017 11018 11019 11020 11021 11022 11023 |
# File 'lib/v20201207/models.rb', line 11016 def deserialize(params) @Vip = params['Vip'] @InternetMaxBandwidthOut = params['InternetMaxBandwidthOut'] @GroupId = params['GroupId'] @GroupName = params['GroupName'] @NetworkId = params['NetworkId'] @Description = params['Description'] end |