Class: TencentCloud::Tse::V20201207::CreateCloudNativeAPIGatewayServerGroupResult

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201207/models.rb

Overview

创建网关分组信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayid = nil, groupid = nil, status = nil, taskid = nil) ⇒ CreateCloudNativeAPIGatewayServerGroupResult

Returns a new instance of CreateCloudNativeAPIGatewayServerGroupResult.



2256
2257
2258
2259
2260
2261
# File 'lib/v20201207/models.rb', line 2256

def initialize(gatewayid=nil, groupid=nil, status=nil, taskid=nil)
  @GatewayId = gatewayid
  @GroupId = groupid
  @Status = status
  @TaskId = taskid
end

Instance Attribute Details

#GatewayIdObject

Parameters:

  • GatewayId:

    网关实例id

  • GroupId:

    分组id

  • Status:

    状态

  • TaskId:

    任务ID



2254
2255
2256
# File 'lib/v20201207/models.rb', line 2254

def GatewayId
  @GatewayId
end

#GroupIdObject

Parameters:

  • GatewayId:

    网关实例id

  • GroupId:

    分组id

  • Status:

    状态

  • TaskId:

    任务ID



2254
2255
2256
# File 'lib/v20201207/models.rb', line 2254

def GroupId
  @GroupId
end

#StatusObject

Parameters:

  • GatewayId:

    网关实例id

  • GroupId:

    分组id

  • Status:

    状态

  • TaskId:

    任务ID



2254
2255
2256
# File 'lib/v20201207/models.rb', line 2254

def Status
  @Status
end

#TaskIdObject

Parameters:

  • GatewayId:

    网关实例id

  • GroupId:

    分组id

  • Status:

    状态

  • TaskId:

    任务ID



2254
2255
2256
# File 'lib/v20201207/models.rb', line 2254

def TaskId
  @TaskId
end

Instance Method Details

#deserialize(params) ⇒ Object



2263
2264
2265
2266
2267
2268
# File 'lib/v20201207/models.rb', line 2263

def deserialize(params)
  @GatewayId = params['GatewayId']
  @GroupId = params['GroupId']
  @Status = params['Status']
  @TaskId = params['TaskId']
end