Class: TencentCloud::Tcb::V20180608::DescribeCloudBaseRunPodListRequest

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

Overview

DescribeCloudBaseRunPodList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(envid = nil, servername = nil, versionname = nil, limit = nil, offset = nil, status = nil, podname = nil) ⇒ DescribeCloudBaseRunPodListRequest

Returns a new instance of DescribeCloudBaseRunPodListRequest.



3372
3373
3374
3375
3376
3377
3378
3379
3380
# File 'lib/v20180608/models.rb', line 3372

def initialize(envid=nil, servername=nil, versionname=nil, limit=nil, offset=nil, status=nil, podname=nil)
  @EnvId = envid
  @ServerName = servername
  @VersionName = versionname
  @Limit = limit
  @Offset = offset
  @Status = status
  @PodName = podname
end

Instance Attribute Details

#EnvIdObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def EnvId
  @EnvId
end

#LimitObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def Offset
  @Offset
end

#PodNameObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def PodName
  @PodName
end

#ServerNameObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def ServerName
  @ServerName
end

#StatusObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def Status
  @Status
end

#VersionNameObject

Parameters:

  • EnvId:

    环境id

  • ServerName:

    服务名

  • VersionName:

    版本名

  • Limit:

    分页限制

  • Offset:

    分页偏移量

  • Status:

    容器状态

  • PodName:

    容器名



3370
3371
3372
# File 'lib/v20180608/models.rb', line 3370

def VersionName
  @VersionName
end

Instance Method Details

#deserialize(params) ⇒ Object



3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'lib/v20180608/models.rb', line 3382

def deserialize(params)
  @EnvId = params['EnvId']
  @ServerName = params['ServerName']
  @VersionName = params['VersionName']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Status = params['Status']
  @PodName = params['PodName']
end