Class UpdateClusterStatusDetails
Information about the update cluster event.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class UpdateClusterStatusDetails
Properties
ClusterId
Declaration
[Required(ErrorMessage = "ClusterId is required.")]
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the OpenSearch cluster. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
public string LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
string | The state of the cluster after the cluster was updated. |
Remarks
Required