Class: Aws::DataSync::Types::UpdateStorageSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::UpdateStorageSystemRequest
- 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 your on-premises storage system.
-
#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 your on-premises storage system’s management interface.
-
#storage_system_arn ⇒ String
Specifies the ARN of the on-premises storage system that you want reconfigure.
Instance Attribute Details
#agent_arns ⇒ Array<String>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system. You can only specify one ARN.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :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.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :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.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :credentials) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies a familiar name for your on-premises storage system.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :credentials) SENSITIVE = [] include Aws::Structure end |
#server_configuration ⇒ Types::DiscoveryServerConfiguration
Specifies the server name and network port required to connect with your on-premises storage system’s management interface.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :credentials) SENSITIVE = [] include Aws::Structure end |
#storage_system_arn ⇒ String
Specifies the ARN of the on-premises storage system that you want reconfigure.
6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 |
# File 'lib/aws-sdk-datasync/types.rb', line 6507 class UpdateStorageSystemRequest < Struct.new( :storage_system_arn, :server_configuration, :agent_arns, :name, :cloud_watch_log_group_arn, :credentials) SENSITIVE = [] include Aws::Structure end |