Class: Aws::SMS::Types::Connector
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::Connector
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Represents a connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_on ⇒ Time
The time the connector was associated.
-
#capability_list ⇒ Array<String>
The capabilities of the connector.
-
#connector_id ⇒ String
The ID of the connector.
-
#ip_address ⇒ String
The IP address of the connector.
-
#mac_address ⇒ String
The MAC address of the connector.
-
#status ⇒ String
The status of the connector.
-
#version ⇒ String
The connector version.
-
#vm_manager_id ⇒ String
The ID of the VM manager.
-
#vm_manager_name ⇒ String
The name of the VM manager.
-
#vm_manager_type ⇒ String
The VM management product.
Instance Attribute Details
#associated_on ⇒ Time
The time the connector was associated.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_list ⇒ Array<String>
The capabilities of the connector.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_id ⇒ String
The ID of the connector.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_address ⇒ String
The IP address of the connector.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_address ⇒ String
The MAC address of the connector.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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 |
#status ⇒ String
The status of the connector.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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 |
#version ⇒ String
The connector version.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_id ⇒ String
The ID of the VM manager.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_name ⇒ String
The name of the VM manager.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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_type ⇒ String
The VM management product.
206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File '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 |