Class: TencentCloud::Tcb::V20180608::DescribeCloudBaseRunPodListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DescribeCloudBaseRunPodListRequest
- Defined in:
- lib/v20180608/models.rb
Overview
DescribeCloudBaseRunPodList请求参数结构体
Instance Attribute Summary collapse
- #EnvId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #PodName ⇒ Object
- #ServerName ⇒ Object
- #Status ⇒ Object
- #VersionName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(envid = nil, servername = nil, versionname = nil, limit = nil, offset = nil, status = nil, podname = nil) ⇒ DescribeCloudBaseRunPodListRequest
constructor
A new instance of DescribeCloudBaseRunPodListRequest.
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
#EnvId ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def EnvId @EnvId end |
#Limit ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def Limit @Limit end |
#Offset ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def Offset @Offset end |
#PodName ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def PodName @PodName end |
#ServerName ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def ServerName @ServerName end |
#Status ⇒ Object
3370 3371 3372 |
# File 'lib/v20180608/models.rb', line 3370 def Status @Status end |
#VersionName ⇒ Object
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 |