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.
17833 17834 17835 17836 17837 |
# File 'lib/v20180525/models.rb', line 17833 def initialize(routetablename=nil, routetablecidrblock=nil, vpcid=nil) @RouteTableName = routetablename @RouteTableCidrBlock = routetablecidrblock @VpcId = vpcid end |
Instance Attribute Details
#RouteTableCidrBlock ⇒ Object
17831 17832 17833 |
# File 'lib/v20180525/models.rb', line 17831 def RouteTableCidrBlock @RouteTableCidrBlock end |
#RouteTableName ⇒ Object
17831 17832 17833 |
# File 'lib/v20180525/models.rb', line 17831 def RouteTableName @RouteTableName end |
#VpcId ⇒ Object
17831 17832 17833 |
# File 'lib/v20180525/models.rb', line 17831 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
17839 17840 17841 17842 17843 |
# File 'lib/v20180525/models.rb', line 17839 def deserialize(params) @RouteTableName = params['RouteTableName'] @RouteTableCidrBlock = params['RouteTableCidrBlock'] @VpcId = params['VpcId'] end |