CreateMaintenanceWindowResourceDetails¶
- 
class oci.stack_monitoring.models.CreateMaintenanceWindowResourceDetails(**kwargs)¶
- Bases: - object- List of resource IDs that are part of the Maintenance Window. - Methods - __init__(**kwargs)- Initializes a new CreateMaintenanceWindowResourceDetails object with values from keyword arguments. - Attributes - are_members_included- Gets the are_members_included of this CreateMaintenanceWindowResourceDetails. - resource_id- [Required] Gets the resource_id of this CreateMaintenanceWindowResourceDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateMaintenanceWindowResourceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - resource_id (str) – The value to assign to the resource_id property of this CreateMaintenanceWindowResourceDetails.
- are_members_included (bool) – The value to assign to the are_members_included property of this CreateMaintenanceWindowResourceDetails.
 
 - 
are_members_included¶
- Gets the are_members_included of this CreateMaintenanceWindowResourceDetails. Flag to indicate if the members of the resource has to be include in the Maintenance Window. - Returns: - The are_members_included of this CreateMaintenanceWindowResourceDetails. - Return type: - bool 
 
-