Class: TencentCloud::Cvm::V20170312::ProgramFpgaImageRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ProgramFpgaImageRequest
- Defined in:
- lib/v20170312/models.rb
Overview
ProgramFpgaImage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, fpgaurl = nil, dbdfs = nil, dryrun = nil) ⇒ ProgramFpgaImageRequest
constructor
A new instance of ProgramFpgaImageRequest.
Constructor Details
#initialize(instanceid = nil, fpgaurl = nil, dbdfs = nil, dryrun = nil) ⇒ ProgramFpgaImageRequest
Returns a new instance of ProgramFpgaImageRequest.
7205 7206 7207 7208 7209 7210 |
# File 'lib/v20170312/models.rb', line 7205 def initialize(instanceid=nil, fpgaurl=nil, dbdfs=nil, dryrun=nil) @InstanceId = instanceid @FPGAUrl = fpgaurl @DBDFs = dbdfs @DryRun = dryrun end |
Instance Attribute Details
#DBDFs ⇒ Object
7203 7204 7205 |
# File 'lib/v20170312/models.rb', line 7203 def DBDFs @DBDFs end |
#DryRun ⇒ Object
7203 7204 7205 |
# File 'lib/v20170312/models.rb', line 7203 def DryRun @DryRun end |
#FPGAUrl ⇒ Object
7203 7204 7205 |
# File 'lib/v20170312/models.rb', line 7203 def FPGAUrl @FPGAUrl end |
#InstanceId ⇒ Object
7203 7204 7205 |
# File 'lib/v20170312/models.rb', line 7203 def InstanceId @InstanceId end |
Instance Method Details
#deserialize(params) ⇒ Object
7212 7213 7214 7215 7216 7217 |
# File 'lib/v20170312/models.rb', line 7212 def deserialize(params) @InstanceId = params['InstanceId'] @FPGAUrl = params['FPGAUrl'] @DBDFs = params['DBDFs'] @DryRun = params['DryRun'] end |