Class: Aws::DataSync::Types::DiscoveryServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DiscoveryServerConfiguration
- Defined in:
- gems/aws-sdk-datasync/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.
3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3191 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.
3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3191 class DiscoveryServerConfiguration < Struct.new( :server_hostname, :server_port) SENSITIVE = [] include Aws::Structure end |