Class: TencentCloud::Tcb::V20180608::CloudBaseRunVersionPod

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

Overview

pod信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(webshell = nil, podid = nil, podip = nil, status = nil, createtime = nil) ⇒ CloudBaseRunVersionPod

Returns a new instance of CloudBaseRunVersionPod.



1004
1005
1006
1007
1008
1009
1010
# File 'lib/v20180608/models.rb', line 1004

def initialize(webshell=nil, podid=nil, podip=nil, status=nil, createtime=nil)
  @Webshell = webshell
  @PodId = podid
  @PodIp = podip
  @Status = status
  @CreateTime = createtime
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • Webshell:

    webshell链接

  • PodId:

    pod name

  • PodIp:

    pod ip

  • Status:

    状态

  • CreateTime:

    创建时间



1002
1003
1004
# File 'lib/v20180608/models.rb', line 1002

def CreateTime
  @CreateTime
end

#PodIdObject

Parameters:

  • Webshell:

    webshell链接

  • PodId:

    pod name

  • PodIp:

    pod ip

  • Status:

    状态

  • CreateTime:

    创建时间



1002
1003
1004
# File 'lib/v20180608/models.rb', line 1002

def PodId
  @PodId
end

#PodIpObject

Parameters:

  • Webshell:

    webshell链接

  • PodId:

    pod name

  • PodIp:

    pod ip

  • Status:

    状态

  • CreateTime:

    创建时间



1002
1003
1004
# File 'lib/v20180608/models.rb', line 1002

def PodIp
  @PodIp
end

#StatusObject

Parameters:

  • Webshell:

    webshell链接

  • PodId:

    pod name

  • PodIp:

    pod ip

  • Status:

    状态

  • CreateTime:

    创建时间



1002
1003
1004
# File 'lib/v20180608/models.rb', line 1002

def Status
  @Status
end

#WebshellObject

Parameters:

  • Webshell:

    webshell链接

  • PodId:

    pod name

  • PodIp:

    pod ip

  • Status:

    状态

  • CreateTime:

    创建时间



1002
1003
1004
# File 'lib/v20180608/models.rb', line 1002

def Webshell
  @Webshell
end

Instance Method Details

#deserialize(params) ⇒ Object



1012
1013
1014
1015
1016
1017
1018
# File 'lib/v20180608/models.rb', line 1012

def deserialize(params)
  @Webshell = params['Webshell']
  @PodId = params['PodId']
  @PodIp = params['PodIp']
  @Status = params['Status']
  @CreateTime = params['CreateTime']
end