Class: Aws::DataSync::Types::AddStorageSystemRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::AddStorageSystemRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system’s management interface.
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a client token to make sure requests with this API operation are idempotent.
 - 
  
    
      #cloud_watch_log_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
 - 
  
    
      #credentials  ⇒ Types::Credentials 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the user name and password for accessing your on-premises storage system’s management interface.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies a familiar name for your on-premises storage system.
 - 
  
    
      #server_configuration  ⇒ Types::DiscoveryServerConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
 - 
  
    
      #system_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
 - 
  
    
      #tags  ⇒ Array<Types::TagListEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
 
Instance Attribute Details
#agent_arns ⇒ Array<String>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system’s management interface. You can only specify one ARN.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#client_token ⇒ String
Specifies a client token to make sure requests with this API operation are idempotent. If you don’t specify a client token, DataSync generates one for you automatically.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#cloud_watch_log_group_arn ⇒ String
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#credentials ⇒ Types::Credentials
Specifies the user name and password for accessing your on-premises storage system’s management interface.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Specifies a familiar name for your on-premises storage system.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#server_configuration ⇒ Types::DiscoveryServerConfiguration
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#system_type ⇒ String
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
<note markdown=“1”> DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
</note>
  
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::TagListEntry>
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.
      65 66 67 68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 65 class AddStorageSystemRequest < Struct.new( :server_configuration, :system_type, :agent_arns, :cloud_watch_log_group_arn, :tags, :name, :client_token, :credentials) SENSITIVE = [] include Aws::Structure end  |