Class: Aws::DataSync::Types::DiscoveryServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DiscoveryServerConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The network settings that DataSync Discovery uses to connect with your on-premises storage system’s management interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_hostname ⇒ String
The domain name or IP address of your storage system’s management interface.
-
#server_port ⇒ Integer
The network port for accessing the storage system’s management interface.
Instance Attribute Details
#server_hostname ⇒ String
The domain name or IP address of your storage system’s management interface.
3176 3177 3178 3179 3180 3181 |
# File 'lib/aws-sdk-datasync/types.rb', line 3176 class DiscoveryServerConfiguration < Struct.new( :server_hostname, :server_port) SENSITIVE = [] include Aws::Structure end |
#server_port ⇒ Integer
The network port for accessing the storage system’s management interface.
3176 3177 3178 3179 3180 3181 |
# File 'lib/aws-sdk-datasync/types.rb', line 3176 class DiscoveryServerConfiguration < Struct.new( :server_hostname, :server_port) SENSITIVE = [] include Aws::Structure end |