You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a connector.

Instance Attribute Summary collapse

Instance Attribute Details

#associated_onTime

The time the connector was associated.

Returns:

  • (Time)

    The time the connector was associated.

#capability_listArray<String>

The capabilities of the connector.

Returns:

  • (Array<String>)

    The capabilities of the connector.

#connector_idString

The ID of the connector.

Returns:

  • (String)

    The ID of the connector.

#ip_addressString

The IP address of the connector.

Returns:

  • (String)

    The IP address of the connector.

#mac_addressString

The MAC address of the connector.

Returns:

  • (String)

    The MAC address of the connector.

#statusString

The status of the connector.

Possible values:

  • HEALTHY
  • UNHEALTHY

Returns:

  • (String)

    The status of the connector.

#versionString

The connector version.

Returns:

  • (String)

    The connector version.

#vm_manager_idString

The ID of the VM manager.

Returns:

  • (String)

    The ID of the VM manager.

#vm_manager_nameString

The name of the VM manager.

Returns:

  • (String)

    The name of the VM manager.

#vm_manager_typeString

The VM management product.

Possible values:

  • VSPHERE
  • SCVMM
  • HYPERV-MANAGER

Returns:

  • (String)

    The VM management product.