Show / Hide Table of Contents

Class CreateMaintenanceWindowResourceDetails

List of resource IDs that are part of the Maintenance Window.

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

Properties

AreMembersIncluded

Declaration
[JsonProperty(PropertyName = "areMembersIncluded")]
public bool? AreMembersIncluded { get; set; }
Property Value
Type Description
bool?

Flag to indicate if the members of the resource has to be include in the Maintenance Window.

ResourceId

Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

The OCID of monitored resource part of the Maintenance window.

Remarks

Required

In this article
Back to top