Class: Aws::DataSync::Types::DiscoveryServerConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#server_hostnameString

The domain name or IP address of your storage system's management interface.

Returns:

  • (String)


2966
2967
2968
2969
2970
2971
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2966

class DiscoveryServerConfiguration < Struct.new(
  :server_hostname,
  :server_port)
  SENSITIVE = []
  include Aws::Structure
end

#server_portInteger

The network port for accessing the storage system's management interface.

Returns:

  • (Integer)


2966
2967
2968
2969
2970
2971
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2966

class DiscoveryServerConfiguration < Struct.new(
  :server_hostname,
  :server_port)
  SENSITIVE = []
  include Aws::Structure
end