Show / Hide Table of Contents

Class ExadataInfrastructureLifecycleStateValues

the lifecycle state values for the Exadata infrastructure.

Inheritance
object
ExadataInfrastructureLifecycleStateValues
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExadataInfrastructureLifecycleStateValues

Properties

State

Declaration
[JsonProperty(PropertyName = "state")]
[JsonConverter(typeof(StringEnumConverter))]
public ExadataInfrastructureLifecycleStateValues.StateEnum? State { get; set; }
Property Value
Type Description
ExadataInfrastructureLifecycleStateValues.StateEnum?

The current lifecycle state of the Exadata infrastructure resource.

In this article
Back to top