Class MaintenanceDetails
Details for the maintenance activity.
Inherited Members
Namespace: Oci.OpensearchService.Models
Assembly: OCI.DotNetSDK.Opensearch.dll
Syntax
public class MaintenanceDetailsProperties
EndTime
Declaration
[JsonProperty(PropertyName = "endTime")]
public DateTime? EndTime { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | End time of the maintenance activity | 
NotificationEmailIds
Declaration
[JsonProperty(PropertyName = "notificationEmailIds")]
public List<string> NotificationEmailIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The Email Ids given the by customer to get notified about maintenance activities | 
StartTime
Declaration
[JsonProperty(PropertyName = "startTime")]
public DateTime? StartTime { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | Start time of the maintenance activity | 
State
Declaration
[Required(ErrorMessage = "State is required.")]
[JsonProperty(PropertyName = "state")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MaintenanceState? State { get; set; }Property Value
| Type | Description | 
|---|---|
| MaintenanceState? | State of the maintenance activity | 
Remarks
Required