Show / Hide Table of Contents

Enum ConfigurationState

The current state of the host configuration. The Host is either CONFORMANT - current state matches the desired configuration NON_CONFORMANT - current state does not match the desired configuration PRE_APPLYING, APPLYING, CHECKING - transitional states UNKNOWN - current state is unknown

Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public enum ConfigurationState

Fields

Name Description
Applying
Checking
Conformant
NonConformant
PreApplying
Unknown
UnknownEnumValue
In this article
Back to top