Class: TencentCloud::Cvm::V20170312::ExportImagesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ExportImagesRequest
- Defined in:
- lib/v20170312/models.rb
Overview
ExportImages请求参数结构体
Instance Attribute Summary collapse
- #BucketName ⇒ Object
- #DryRun ⇒ Object
- #ExportFormat ⇒ Object
- #FileNamePrefixList ⇒ Object
- #ImageIds ⇒ Object
- #OnlyExportRootDisk ⇒ Object
- #RoleName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bucketname = nil, imageids = nil, exportformat = nil, filenameprefixlist = nil, onlyexportrootdisk = nil, dryrun = nil, rolename = nil) ⇒ ExportImagesRequest
constructor
A new instance of ExportImagesRequest.
Constructor Details
#initialize(bucketname = nil, imageids = nil, exportformat = nil, filenameprefixlist = nil, onlyexportrootdisk = nil, dryrun = nil, rolename = nil) ⇒ ExportImagesRequest
Returns a new instance of ExportImagesRequest.
3716 3717 3718 3719 3720 3721 3722 3723 3724 |
# File 'lib/v20170312/models.rb', line 3716 def initialize(bucketname=nil, imageids=nil, exportformat=nil, filenameprefixlist=nil, onlyexportrootdisk=nil, dryrun=nil, rolename=nil) @BucketName = bucketname @ImageIds = imageids @ExportFormat = exportformat @FileNamePrefixList = filenameprefixlist @OnlyExportRootDisk = onlyexportrootdisk @DryRun = dryrun @RoleName = rolename end |
Instance Attribute Details
#BucketName ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def BucketName @BucketName end |
#DryRun ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def DryRun @DryRun end |
#ExportFormat ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def ExportFormat @ExportFormat end |
#FileNamePrefixList ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def FileNamePrefixList @FileNamePrefixList end |
#ImageIds ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def ImageIds @ImageIds end |
#OnlyExportRootDisk ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def OnlyExportRootDisk @OnlyExportRootDisk end |
#RoleName ⇒ Object
3714 3715 3716 |
# File 'lib/v20170312/models.rb', line 3714 def RoleName @RoleName end |
Instance Method Details
#deserialize(params) ⇒ Object
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/v20170312/models.rb', line 3726 def deserialize(params) @BucketName = params['BucketName'] @ImageIds = params['ImageIds'] @ExportFormat = params['ExportFormat'] @FileNamePrefixList = params['FileNamePrefixList'] @OnlyExportRootDisk = params['OnlyExportRootDisk'] @DryRun = params['DryRun'] @RoleName = params['RoleName'] end |