Class: Aws::DataSync::Types::DescribeStorageSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeStorageSystemResponse
- Defined in:
- gems/aws-sdk-datasync/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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2706 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 |