Class: TencentCloud::Tcb::V20180608::CloudBaseRunVersionPod
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CloudBaseRunVersionPod
- Defined in:
- lib/v20180608/models.rb
Overview
pod信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(webshell = nil, podid = nil, podip = nil, status = nil, createtime = nil) ⇒ CloudBaseRunVersionPod
constructor
A new instance of CloudBaseRunVersionPod.
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
#CreateTime ⇒ Object
1002 1003 1004 |
# File 'lib/v20180608/models.rb', line 1002 def CreateTime @CreateTime end |
#PodId ⇒ Object
1002 1003 1004 |
# File 'lib/v20180608/models.rb', line 1002 def PodId @PodId end |
#PodIp ⇒ Object
1002 1003 1004 |
# File 'lib/v20180608/models.rb', line 1002 def PodIp @PodIp end |
#Status ⇒ Object
1002 1003 1004 |
# File 'lib/v20180608/models.rb', line 1002 def Status @Status end |
#Webshell ⇒ Object
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 |