Class: Aws::SMS::Types::Connector

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Represents a connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_onTime

The time the connector was associated.

Returns:

  • (Time)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#capability_listArray<String>

The capabilities of the connector.

Returns:

  • (Array<String>)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#connector_idString

The ID of the connector.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address of the connector.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of the connector.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the connector.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The connector version.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#vm_manager_idString

The ID of the VM manager.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#vm_manager_nameString

The name of the VM manager.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end

#vm_manager_typeString

The VM management product.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 206

class Connector < Struct.new(
  :connector_id,
  :version,
  :status,
  :capability_list,
  :vm_manager_name,
  :vm_manager_type,
  :vm_manager_id,
  :ip_address,
  :mac_address,
  :associated_on)
  SENSITIVE = []
  include Aws::Structure
end