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.
19621 19622 19623 19624 19625 |
# File 'lib/v20180525/models.rb', line 19621 def initialize(routetablename=nil, routetablecidrblock=nil, vpcid=nil) @RouteTableName = routetablename @RouteTableCidrBlock = routetablecidrblock @VpcId = vpcid end |
Instance Attribute Details
#RouteTableCidrBlock ⇒ Object
19619 19620 19621 |
# File 'lib/v20180525/models.rb', line 19619 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableName ⇒ Object
19619 19620 19621 |
# File 'lib/v20180525/models.rb', line 19619 def RouteTableName @RouteTableName end |
#VpcId ⇒ Object
19619 19620 19621 |
# File 'lib/v20180525/models.rb', line 19619 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
19627 19628 19629 19630 19631 |
# File 'lib/v20180525/models.rb', line 19627 def deserialize(params) @RouteTableName = params['RouteTableName'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @VpcId = params['VpcId'] end |