Class: Aws::DataSync::Types::DescribeStorageSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arns ⇒ Array<String>
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
-
#cloud_watch_log_group_arn ⇒ String
The ARN of the Amazon CloudWatch log group that’s used to monitor and log discovery job events.
-
#connectivity_status ⇒ String
Indicates whether your DataSync agent can connect to your on-premises storage system.
-
#creation_time ⇒ Time
The time when you added the on-premises storage system to DataSync Discovery.
-
#error_message ⇒ String
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
-
#name ⇒ String
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
-
#secrets_manager_arn ⇒ String
The ARN of the secret that stores your on-premises storage system’s credentials.
-
#server_configuration ⇒ Types::DiscoveryServerConfiguration
The server name and network port required to connect with your on-premises storage system’s management interface.
-
#storage_system_arn ⇒ String
The ARN of the on-premises storage system that the discovery job looked at.
-
#system_type ⇒ String
The type of on-premises storage system.
Instance Attribute Details
#agent_arns ⇒ Array<String>
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_arn ⇒ String
The ARN of the Amazon CloudWatch log group that’s used to monitor and log discovery job events.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_status ⇒ String
Indicates whether your DataSync agent can connect to your on-premises storage system.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_time ⇒ Time
The time when you added the on-premises storage system to DataSync Discovery.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_message ⇒ String
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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 |
#name ⇒ String
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_arn ⇒ String
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
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_configuration ⇒ Types::DiscoveryServerConfiguration
The server name and network port required to connect with your on-premises storage system’s management interface.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_arn ⇒ String
The ARN of the on-premises storage system that the discovery job looked at.
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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_type ⇒ String
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>
2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-datasync/types.rb', line 2609 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 |