Class: TencentCloud::Tke::V20180525::RouteTableInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RouteTableInfo
- Defined in:
- lib/v20180525/models.rb
Overview
集群路由表对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(routetablename = nil, routetablecidrblock = nil, vpcid = nil) ⇒ RouteTableInfo
constructor
A new instance of RouteTableInfo.
Constructor Details
#initialize(routetablename = nil, routetablecidrblock = nil, vpcid = nil) ⇒ RouteTableInfo
Returns a new instance of RouteTableInfo.
19201 19202 19203 19204 19205 |
# File 'lib/v20180525/models.rb', line 19201 def initialize(routetablename=nil, routetablecidrblock=nil, vpcid=nil) @RouteTableName = routetablename @RouteTableCidrBlock = routetablecidrblock @VpcId = vpcid end |
Instance Attribute Details
#RouteTableCidrBlock ⇒ Object
19199 19200 19201 |
# File 'lib/v20180525/models.rb', line 19199 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableName ⇒ Object
19199 19200 19201 |
# File 'lib/v20180525/models.rb', line 19199 def RouteTableName @RouteTableName end |
#VpcId ⇒ Object
19199 19200 19201 |
# File 'lib/v20180525/models.rb', line 19199 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
19207 19208 19209 19210 19211 |
# File 'lib/v20180525/models.rb', line 19207 def deserialize(params) @RouteTableName = params['RouteTableName'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @VpcId = params['VpcId'] end |