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)


2983
2984
2985
2986
2987
2988
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2983

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)


2983
2984
2985
2986
2987
2988
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2983

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