Class: Aws::DirectoryService::Types::DomainController
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DomainController
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains information about the domain controllers for a specified directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone where the domain controller is located.
-
#directory_id ⇒ String
Identifier of the directory where the domain controller resides.
-
#dns_ip_addr ⇒ String
The IP address of the domain controller.
-
#domain_controller_id ⇒ String
Identifies a specific domain controller in the directory.
-
#launch_time ⇒ Time
Specifies when the domain controller was created.
-
#status ⇒ String
The status of the domain controller.
-
#status_last_updated_date_time ⇒ Time
The date and time that the status was last updated.
-
#status_reason ⇒ String
A description of the domain controller state.
-
#subnet_id ⇒ String
Identifier of the subnet in the VPC that contains the domain controller.
-
#vpc_id ⇒ String
The identifier of the VPC that contains the domain controller.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the domain controller is located.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
Identifier of the directory where the domain controller resides.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#dns_ip_addr ⇒ String
The IP address of the domain controller.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#domain_controller_id ⇒ String
Identifies a specific domain controller in the directory.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#launch_time ⇒ Time
Specifies when the domain controller was created.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the domain controller.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status_last_updated_date_time ⇒ Time
The date and time that the status was last updated.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
A description of the domain controller state.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
Identifier of the subnet in the VPC that contains the domain controller.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC that contains the domain controller.
2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2537 class DomainController < Struct.new( :directory_id, :domain_controller_id, :dns_ip_addr, :vpc_id, :subnet_id, :availability_zone, :status, :status_reason, :launch_time, :status_last_updated_date_time) SENSITIVE = [] include Aws::Structure end |