You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of time periods when the Maintenance Window Configuration is active.
[optional]
Example
frominstana_client.models.validated_maintenance_config_with_statusimportValidatedMaintenanceConfigWithStatus# TODO update the JSON string belowjson="{}"# create an instance of ValidatedMaintenanceConfigWithStatus from a JSON stringvalidated_maintenance_config_with_status_instance=ValidatedMaintenanceConfigWithStatus.from_json(json)
# print the JSON string representation of the objectprint(ValidatedMaintenanceConfigWithStatus.to_json())
# convert the object into a dictvalidated_maintenance_config_with_status_dict=validated_maintenance_config_with_status_instance.to_dict()
# create an instance of ValidatedMaintenanceConfigWithStatus from a dictvalidated_maintenance_config_with_status_from_dict=ValidatedMaintenanceConfigWithStatus.from_dict(validated_maintenance_config_with_status_dict)