Class: TencentCloud::Cvm::V20170312::SyncImagesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::SyncImagesRequest
- Defined in:
- lib/v20170312/models.rb
Overview
SyncImages请求参数结构体
Instance Attribute Summary collapse
- #DestinationRegions ⇒ Object
- #DryRun ⇒ Object
- #ImageIds ⇒ Object
- #ImageName ⇒ Object
- #ImageSetRequired ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageids = nil, destinationregions = nil, dryrun = nil, imagename = nil, imagesetrequired = nil) ⇒ SyncImagesRequest
constructor
A new instance of SyncImagesRequest.
Constructor Details
#initialize(imageids = nil, destinationregions = nil, dryrun = nil, imagename = nil, imagesetrequired = nil) ⇒ SyncImagesRequest
Returns a new instance of SyncImagesRequest.
8555 8556 8557 8558 8559 8560 8561 |
# File 'lib/v20170312/models.rb', line 8555 def initialize(imageids=nil, destinationregions=nil, dryrun=nil, imagename=nil, imagesetrequired=nil) @ImageIds = imageids @DestinationRegions = destinationregions @DryRun = dryrun @ImageName = imagename @ImageSetRequired = imagesetrequired end |
Instance Attribute Details
#DestinationRegions ⇒ Object
8553 8554 8555 |
# File 'lib/v20170312/models.rb', line 8553 def DestinationRegions @DestinationRegions end |
#DryRun ⇒ Object
8553 8554 8555 |
# File 'lib/v20170312/models.rb', line 8553 def DryRun @DryRun end |
#ImageIds ⇒ Object
8553 8554 8555 |
# File 'lib/v20170312/models.rb', line 8553 def ImageIds @ImageIds end |
#ImageName ⇒ Object
8553 8554 8555 |
# File 'lib/v20170312/models.rb', line 8553 def ImageName @ImageName end |
#ImageSetRequired ⇒ Object
8553 8554 8555 |
# File 'lib/v20170312/models.rb', line 8553 def ImageSetRequired @ImageSetRequired end |
Instance Method Details
#deserialize(params) ⇒ Object
8563 8564 8565 8566 8567 8568 8569 |
# File 'lib/v20170312/models.rb', line 8563 def deserialize(params) @ImageIds = params['ImageIds'] @DestinationRegions = params['DestinationRegions'] @DryRun = params['DryRun'] @ImageName = params['ImageName'] @ImageSetRequired = params['ImageSetRequired'] end |