Class: TencentCloud::Cvm::V20170312::TargetOS
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::TargetOS
- Defined in:
- lib/v20170312/models.rb
Overview
操作系统转换的目标操作系统信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(targetostype = nil, targetosversion = nil) ⇒ TargetOS
constructor
A new instance of TargetOS.
Constructor Details
#initialize(targetostype = nil, targetosversion = nil) ⇒ TargetOS
Returns a new instance of TargetOS.
8608 8609 8610 8611 |
# File 'lib/v20170312/models.rb', line 8608 def initialize(targetostype=nil, targetosversion=nil) @TargetOSType = targetostype @TargetOSVersion = targetosversion end |
Instance Attribute Details
#TargetOSType ⇒ Object
8606 8607 8608 |
# File 'lib/v20170312/models.rb', line 8606 def TargetOSType @TargetOSType end |
#TargetOSVersion ⇒ Object
8606 8607 8608 |
# File 'lib/v20170312/models.rb', line 8606 def TargetOSVersion @TargetOSVersion end |
Instance Method Details
#deserialize(params) ⇒ Object
8613 8614 8615 8616 |
# File 'lib/v20170312/models.rb', line 8613 def deserialize(params) @TargetOSType = params['TargetOSType'] @TargetOSVersion = params['TargetOSVersion'] end |