Class: TencentCloud::Cwp::V20180228::VulFixStatusSnapshotInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulFixStatusSnapshotInfo
- Defined in:
- lib/v20180228/models.rb
Overview
机器快照信息
Instance Attribute Summary collapse
- #FailReason ⇒ Object
- #HostIp ⇒ Object
- #HostName ⇒ Object
- #Id ⇒ Object
- #MachineType ⇒ Object
- #ModifyTime ⇒ Object
- #Quuid ⇒ Object
- #SnapshotId ⇒ Object
- #SnapshotName ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(quuid = nil, hostname = nil, hostip = nil, snapshotname = nil, modifytime = nil, snapshotid = nil, id = nil, status = nil, failreason = nil, machinetype = nil) ⇒ VulFixStatusSnapshotInfo
constructor
A new instance of VulFixStatusSnapshotInfo.
Constructor Details
#initialize(quuid = nil, hostname = nil, hostip = nil, snapshotname = nil, modifytime = nil, snapshotid = nil, id = nil, status = nil, failreason = nil, machinetype = nil) ⇒ VulFixStatusSnapshotInfo
Returns a new instance of VulFixStatusSnapshotInfo.
40961 40962 40963 40964 40965 40966 40967 40968 40969 40970 40971 40972 |
# File 'lib/v20180228/models.rb', line 40961 def initialize(quuid=nil, hostname=nil, hostip=nil, snapshotname=nil, modifytime=nil, snapshotid=nil, id=nil, status=nil, failreason=nil, machinetype=nil) @Quuid = quuid @HostName = hostname @HostIp = hostip @SnapshotName = snapshotname @ModifyTime = modifytime @SnapshotId = snapshotid @Id = id @Status = status @FailReason = failreason @MachineType = machinetype end |
Instance Attribute Details
#FailReason ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def FailReason @FailReason end |
#HostIp ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def HostIp @HostIp end |
#HostName ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def HostName @HostName end |
#Id ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def Id @Id end |
#MachineType ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def MachineType @MachineType end |
#ModifyTime ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def ModifyTime @ModifyTime end |
#Quuid ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def Quuid @Quuid end |
#SnapshotId ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def SnapshotId @SnapshotId end |
#SnapshotName ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def SnapshotName @SnapshotName end |
#Status ⇒ Object
40959 40960 40961 |
# File 'lib/v20180228/models.rb', line 40959 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
40974 40975 40976 40977 40978 40979 40980 40981 40982 40983 40984 40985 |
# File 'lib/v20180228/models.rb', line 40974 def deserialize(params) @Quuid = params['Quuid'] @HostName = params['HostName'] @HostIp = params['HostIp'] @SnapshotName = params['SnapshotName'] @ModifyTime = params['ModifyTime'] @SnapshotId = params['SnapshotId'] @Id = params['Id'] @Status = params['Status'] @FailReason = params['FailReason'] @MachineType = params['MachineType'] end |