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

Class: Aws::DirectoryService::Types::DomainController

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

Overview

Contains information about the domain controllers for a specified directory.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone where the domain controller is located.

Returns:

  • (String)

    The Availability Zone where the domain controller is located.

#directory_idString

Identifier of the directory where the domain controller resides.

Returns:

  • (String)

    Identifier of the directory where the domain controller resides.

#dns_ip_addrString

The IP address of the domain controller.

Returns:

  • (String)

    The IP address of the domain controller.

#domain_controller_idString

Identifies a specific domain controller in the directory.

Returns:

  • (String)

    Identifies a specific domain controller in the directory.

#launch_timeTime

Specifies when the domain controller was created.

Returns:

  • (Time)

    Specifies when the domain controller was created.

#statusString

The status of the domain controller.

Possible values:

  • Creating
  • Active
  • Impaired
  • Restoring
  • Deleting
  • Deleted
  • Failed

Returns:

  • (String)

    The status of the domain controller.

#status_last_updated_date_timeTime

The date and time that the status was last updated.

Returns:

  • (Time)

    The date and time that the status was last updated.

#status_reasonString

A description of the domain controller state.

Returns:

  • (String)

    A description of the domain controller state.

#subnet_idString

Identifier of the subnet in the VPC that contains the domain controller.

Returns:

  • (String)

    Identifier of the subnet in the VPC that contains the domain controller.

#vpc_idString

The identifier of the VPC that contains the domain controller.

Returns:

  • (String)

    The identifier of the VPC that contains the domain controller.