Class: Aws::StorageGateway::Types::JoinDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::JoinDomainOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
JoinDomainOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_directory_status ⇒ String
Indicates the status of the gateway as a member of the Active Directory domain.
-
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
Instance Attribute Details
#active_directory_status ⇒ String
Indicates the status of the gateway as a member of the Active Directory domain.
<note markdown=“1”> This field is only used as part of a JoinDomain request. It is not affected by Active Directory connectivity changes that occur after the JoinDomain request succeeds.
</note>
-
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error. -
DETACHED: Indicates that gateway is not joined to a domain. -
JOINED: Indicates that the gateway has successfully joined a domain. -
JOINING: Indicates that aJoinDomainoperation is in progress. -
INSUFFICIENT_PERMISSIONS: Indicates that theJoinDomainoperation failed because the specified user lacks the necessary permissions to join the domain. -
NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error. -
TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn’t complete within the allotted time. -
UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error.
4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4653 class JoinDomainOutput < Struct.new( :gateway_arn, :active_directory_status) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4653 class JoinDomainOutput < Struct.new( :gateway_arn, :active_directory_status) SENSITIVE = [] include Aws::Structure end |