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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-datasync/types.rb', line 3183 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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-datasync/types.rb', line 3183 class DiscoveryServerConfiguration < Struct.new( :server_hostname, :server_port) SENSITIVE = [] include Aws::Structure end |