Class: TencentCloud::Bm::V20180423::UserCmdTaskInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::UserCmdTaskInfo
- Defined in:
- lib/v20180423/models.rb
Overview
自定义脚本任务详细信息
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #AutoId ⇒ Object
- #CmdContent ⇒ Object
- #CmdParam ⇒ Object
- #CmdResult ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #LanIp ⇒ Object
- #LastShellExit ⇒ Object
- #RunBeginTime ⇒ Object
- #RunEndTime ⇒ Object
- #Status ⇒ Object
- #SubnetCidrBlock ⇒ Object
- #SubnetId ⇒ Object
- #SubnetName ⇒ Object
- #TaskId ⇒ Object
- #VpcCidrBlock ⇒ Object
- #VpcId ⇒ Object
- #VpcName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(autoid = nil, taskid = nil, runbegintime = nil, runendtime = nil, status = nil, instancename = nil, instanceid = nil, vpcname = nil, vpcid = nil, vpccidrblock = nil, subnetname = nil, subnetid = nil, subnetcidrblock = nil, lanip = nil, cmdcontent = nil, cmdparam = nil, cmdresult = nil, appid = nil, lastshellexit = nil) ⇒ UserCmdTaskInfo
constructor
A new instance of UserCmdTaskInfo.
Constructor Details
#initialize(autoid = nil, taskid = nil, runbegintime = nil, runendtime = nil, status = nil, instancename = nil, instanceid = nil, vpcname = nil, vpcid = nil, vpccidrblock = nil, subnetname = nil, subnetid = nil, subnetcidrblock = nil, lanip = nil, cmdcontent = nil, cmdparam = nil, cmdresult = nil, appid = nil, lastshellexit = nil) ⇒ UserCmdTaskInfo
Returns a new instance of UserCmdTaskInfo.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 |
# File 'lib/v20180423/models.rb', line 4235 def initialize(autoid=nil, taskid=nil, runbegintime=nil, runendtime=nil, status=nil, instancename=nil, instanceid=nil, vpcname=nil, vpcid=nil, vpccidrblock=nil, subnetname=nil, subnetid=nil, subnetcidrblock=nil, lanip=nil, cmdcontent=nil, cmdparam=nil, cmdresult=nil, appid=nil, lastshellexit=nil) @AutoId = autoid @TaskId = taskid @RunBeginTime = runbegintime @RunEndTime = runendtime @Status = status @InstanceName = instancename @InstanceId = instanceid @VpcName = vpcname @VpcId = vpcid @VpcCidrBlock = vpccidrblock @SubnetName = subnetname @SubnetId = subnetid @SubnetCidrBlock = subnetcidrblock @LanIp = lanip @CmdContent = cmdcontent @CmdParam = cmdparam @CmdResult = cmdresult @AppId = appid @LastShellExit = lastshellexit end |
Instance Attribute Details
#AppId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def AppId @AppId end |
#AutoId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def AutoId @AutoId end |
#CmdContent ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def CmdContent @CmdContent end |
#CmdParam ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def CmdParam @CmdParam end |
#CmdResult ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def CmdResult @CmdResult end |
#InstanceId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def InstanceName @InstanceName end |
#LanIp ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def LanIp @LanIp end |
#LastShellExit ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def LastShellExit @LastShellExit end |
#RunBeginTime ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def RunBeginTime @RunBeginTime end |
#RunEndTime ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def RunEndTime @RunEndTime end |
#Status ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def Status @Status end |
#SubnetCidrBlock ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def SubnetCidrBlock @SubnetCidrBlock end |
#SubnetId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def SubnetId @SubnetId end |
#SubnetName ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def SubnetName @SubnetName end |
#TaskId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def TaskId @TaskId end |
#VpcCidrBlock ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def VpcCidrBlock @VpcCidrBlock end |
#VpcId ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def VpcId @VpcId end |
#VpcName ⇒ Object
4233 4234 4235 |
# File 'lib/v20180423/models.rb', line 4233 def VpcName @VpcName end |
Instance Method Details
#deserialize(params) ⇒ Object
4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 |
# File 'lib/v20180423/models.rb', line 4257 def deserialize(params) @AutoId = params['AutoId'] @TaskId = params['TaskId'] @RunBeginTime = params['RunBeginTime'] @RunEndTime = params['RunEndTime'] @Status = params['Status'] @InstanceName = params['InstanceName'] @InstanceId = params['InstanceId'] @VpcName = params['VpcName'] @VpcId = params['VpcId'] @VpcCidrBlock = params['VpcCidrBlock'] @SubnetName = params['SubnetName'] @SubnetId = params['SubnetId'] @SubnetCidrBlock = params['SubnetCidrBlock'] @LanIp = params['LanIp'] @CmdContent = params['CmdContent'] @CmdParam = params['CmdParam'] @CmdResult = params['CmdResult'] @AppId = params['AppId'] @LastShellExit = params['LastShellExit'] end |