Class: TencentCloud::Tse::V20201207::CreatePublicNetworkResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::CreatePublicNetworkResult
- Defined in:
- lib/v20201207/models.rb
Overview
创建kong客户端公网结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, groupid = nil, networkid = nil) ⇒ CreatePublicNetworkResult
constructor
A new instance of CreatePublicNetworkResult.
Constructor Details
#initialize(gatewayid = nil, groupid = nil, networkid = nil) ⇒ CreatePublicNetworkResult
Returns a new instance of CreatePublicNetworkResult.
3169 3170 3171 3172 3173 |
# File 'lib/v20201207/models.rb', line 3169 def initialize(gatewayid=nil, groupid=nil, networkid=nil) @GatewayId = gatewayid @GroupId = groupid @NetworkId = networkid end |
Instance Attribute Details
#GatewayId ⇒ Object
3167 3168 3169 |
# File 'lib/v20201207/models.rb', line 3167 def GatewayId @GatewayId end |
#GroupId ⇒ Object
3167 3168 3169 |
# File 'lib/v20201207/models.rb', line 3167 def GroupId @GroupId end |
#NetworkId ⇒ Object
3167 3168 3169 |
# File 'lib/v20201207/models.rb', line 3167 def NetworkId @NetworkId end |
Instance Method Details
#deserialize(params) ⇒ Object
3175 3176 3177 3178 3179 |
# File 'lib/v20201207/models.rb', line 3175 def deserialize(params) @GatewayId = params['GatewayId'] @GroupId = params['GroupId'] @NetworkId = params['NetworkId'] end |