Class: Aws::FSx::Types::CreateVolumeFromBackupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::CreateVolumeFromBackupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #backup_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the source backup.
 - 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the new volume you’re creating.
 - 
  
    
      #ontap_configuration  ⇒ Types::CreateOntapVolumeConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the configuration of the ONTAP volume that you are creating.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘Tag` values, with a maximum of 50 elements.
 
Instance Attribute Details
#backup_id ⇒ String
The ID of the source backup. Specifies the backup that you are copying.
      3454 3455 3456 3457 3458 3459 3460 3461 3462  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3454 class CreateVolumeFromBackupRequest < Struct.new( :backup_id, :client_request_token, :name, :ontap_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      3454 3455 3456 3457 3458 3459 3460 3461 3462  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3454 class CreateVolumeFromBackupRequest < Struct.new( :backup_id, :client_request_token, :name, :ontap_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the new volume you’re creating.
      3454 3455 3456 3457 3458 3459 3460 3461 3462  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3454 class CreateVolumeFromBackupRequest < Struct.new( :backup_id, :client_request_token, :name, :ontap_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Specifies the configuration of the ONTAP volume that you are creating.
      3454 3455 3456 3457 3458 3459 3460 3461 3462  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3454 class CreateVolumeFromBackupRequest < Struct.new( :backup_id, :client_request_token, :name, :ontap_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
      3454 3455 3456 3457 3458 3459 3460 3461 3462  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 3454 class CreateVolumeFromBackupRequest < Struct.new( :backup_id, :client_request_token, :name, :ontap_configuration, :tags) SENSITIVE = [] include Aws::Structure end  |