Class: Aws::DataSync::Types::DescribeStorageSystemResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnsArray<String>

The ARN of the DataSync agent that connects to and reads from your on-premises storage system.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_log_group_arnString

The ARN of the Amazon CloudWatch log group that’s used to monitor and log discovery job events.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connectivity_statusString

Indicates whether your DataSync agent can connect to your on-premises storage system.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when you added the on-premises storage system to DataSync Discovery.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that you gave your on-premises storage system when adding it to DataSync Discovery.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_manager_arnString

The ARN of the secret that stores your on-premises storage system’s credentials. DataSync Discovery stores these credentials in [Secrets Manager].

[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-configure-storage.html#discovery-add-storage



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#server_configurationTypes::DiscoveryServerConfiguration

The server name and network port required to connect with your on-premises storage system’s management interface.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#storage_system_arnString

The ARN of the on-premises storage system that the discovery job looked at.



2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end

#system_typeString

The type of on-premises storage system.

<note markdown=“1”> DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.

</note>


2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
# File 'lib/aws-sdk-datasync/types.rb', line 2526

class DescribeStorageSystemResponse < Struct.new(
  :storage_system_arn,
  :server_configuration,
  :system_type,
  :agent_arns,
  :name,
  :error_message,
  :connectivity_status,
  :cloud_watch_log_group_arn,
  :creation_time,
  :secrets_manager_arn)
  SENSITIVE = []
  include Aws::Structure
end