Class: Aws::DataSync::Types::AddStorageSystemRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<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.

Returns:

  • (Array<String>)


65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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_tokenString

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.

Returns:

  • (String)


65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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_arnString

Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.

Returns:

  • (String)


65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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

#credentialsTypes::Credentials

Specifies the user name and password for accessing your on-premises storage system's management interface.

Returns:



65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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

#nameString

Specifies a familiar name for your on-premises storage system.

Returns:

  • (String)


65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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_configurationTypes::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 'gems/aws-sdk-datasync/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_typeString

Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.

DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.

Returns:

  • (String)


65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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

#tagsArray<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.

Returns:



65
66
67
68
69
70
71
72
73
74
75
76
# File 'gems/aws-sdk-datasync/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