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.
3190 3191 3192 3193 3194 |
# File 'lib/v20201207/models.rb', line 3190 def initialize(gatewayid=nil, groupid=nil, networkid=nil) @GatewayId = gatewayid @GroupId = groupid @NetworkId = networkid end |
Instance Attribute Details
#GatewayId ⇒ Object
3188 3189 3190 |
# File 'lib/v20201207/models.rb', line 3188 def GatewayId @GatewayId end |
#GroupId ⇒ Object
3188 3189 3190 |
# File 'lib/v20201207/models.rb', line 3188 def GroupId @GroupId end |
#NetworkId ⇒ Object
3188 3189 3190 |
# File 'lib/v20201207/models.rb', line 3188 def NetworkId @NetworkId end |
Instance Method Details
#deserialize(params) ⇒ Object
3196 3197 3198 3199 3200 |
# File 'lib/v20201207/models.rb', line 3196 def deserialize(params) @GatewayId = params['GatewayId'] @GroupId = params['GroupId'] @NetworkId = params['NetworkId'] end |