Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API module Google::Cloud::ManagedIdentities::V1::Domain::State.
Represents the different states of a managed domain.
Constants
STATE_UNSPECIFIED
value: 0 Not set.
CREATING
value: 1 The domain is being created.
READY
value: 2 The domain has been created and is fully usable.
UPDATING
value: 3 The domain's configuration is being updated.
DELETING
value: 4 The domain is being deleted.
REPAIRING
value: 5 The domain is being repaired and may be unusable. Details
can be found in the status_message field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Managed Service for Microsoft Active Directory API V1 API - Module Google::Cloud::ManagedIdentities::V1::Domain::State (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-managed_identities-v1/latest/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [1.2.1](/ruby/docs/reference/google-cloud-managed_identities-v1/1.2.1/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-managed_identities-v1/1.1.0/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-managed_identities-v1/1.0.1/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.8.0](/ruby/docs/reference/google-cloud-managed_identities-v1/0.8.0/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.7.2](/ruby/docs/reference/google-cloud-managed_identities-v1/0.7.2/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-managed_identities-v1/0.6.0/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.5.1](/ruby/docs/reference/google-cloud-managed_identities-v1/0.5.1/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.4.0](/ruby/docs/reference/google-cloud-managed_identities-v1/0.4.0/Google-Cloud-ManagedIdentities-V1-Domain-State)\n- [0.3.5](/ruby/docs/reference/google-cloud-managed_identities-v1/0.3.5/Google-Cloud-ManagedIdentities-V1-Domain-State) \nReference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API module Google::Cloud::ManagedIdentities::V1::Domain::State.\n\nRepresents the different states of a managed domain.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nNot set.\n\n### CREATING\n\n**value:** 1 \nThe domain is being created.\n\n### READY\n\n**value:** 2 \nThe domain has been created and is fully usable.\n\n### UPDATING\n\n**value:** 3 \nThe domain's configuration is being updated.\n\n### DELETING\n\n**value:** 4 \nThe domain is being deleted.\n\n### REPAIRING\n\n**value:** 5 \nThe domain is being repaired and may be unusable. Details\ncan be found in the `status_message` field.\n\n### PERFORMING_MAINTENANCE\n\n**value:** 6 \nThe domain is undergoing maintenance.\n\n### UNAVAILABLE\n\n**value:** 7 \nThe domain is not serving requests."]]