Class: Aws::StorageGateway::Types::JoinDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::JoinDomainOutput
- Defined in:
- gems/aws-sdk-storagegateway/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.
ACCESS_DENIED
: Indicates that theJoinDomain
operation 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 aJoinDomain
operation is in progress.NETWORK_ERROR
: Indicates thatJoinDomain
operation failed due to a network or connectivity error.TIMEOUT
: Indicates that theJoinDomain
operation failed because the operation didn't complete within the allotted time.UNKNOWN_ERROR
: Indicates that theJoinDomain
operation failed due to another type of error.
4209 4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4209 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.
4209 4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4209 class JoinDomainOutput < Struct.new( :gateway_arn, :active_directory_status) SENSITIVE = [] include Aws::Structure end |