a Nf57@s8ddlmZmZmZddlmZeGdddeZdS))formatted_flat_dict NONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc@s>eZdZdZdZdZdZdZdZdZ dZ d Z d Z d d Z ed dZejddZeddZejddZeddZejddZeddZejddZeddZejddZeddZejddZedd Zejd!d Zed"d#Zejd$d#Zed%d&Zejd'd&Zd(d)Zd*d+Zd,d-Zd.S)/MonitoredInstancez, Description of Monitored Instance. ENABLEDDISABLEDCREATINGUPDATINGACTIVEINACTIVEDELETINGDELETEDFAILEDc Ksndddddddddd |_dddddd d d d d |_d |_d |_d |_d |_d |_d |_d |_d |_ d |_ d S)a Initializes a new MonitoredInstance object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param instance_id: The value to assign to the instance_id property of this MonitoredInstance. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this MonitoredInstance. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MonitoredInstance. :type display_name: str :param management_agent_id: The value to assign to the management_agent_id property of this MonitoredInstance. :type management_agent_id: str :param time_created: The value to assign to the time_created property of this MonitoredInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MonitoredInstance. :type time_updated: datetime :param monitoring_state: The value to assign to the monitoring_state property of this MonitoredInstance. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type monitoring_state: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MonitoredInstance. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MonitoredInstance. :type lifecycle_details: str strdatetime) instance_idcompartment_id display_namemanagement_agent_id time_created time_updatedmonitoring_statelifecycle_statelifecycle_details instanceId compartmentId displayNamemanagementAgentId timeCreated timeUpdatedmonitoringStatelifecycleStatelifecycleDetailsN) swagger_types attribute_map _instance_id_compartment_id _display_name_management_agent_id _time_created _time_updated_monitoring_state_lifecycle_state_lifecycle_details)selfkwargsr1/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/appmgmt_control/models/monitored_instance.py__init__4s:/  zMonitoredInstance.__init__cCs|jS)a! **[Required]** Gets the instance_id of this MonitoredInstance. The `OCID`__ of monitored instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The instance_id of this MonitoredInstance. :rtype: str r&r/r1r1r2rs zMonitoredInstance.instance_idcCs ||_dS)a Sets the instance_id of this MonitoredInstance. The `OCID`__ of monitored instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param instance_id: The instance_id of this MonitoredInstance. :type: str Nr4)r/rr1r1r2rs cCs|jS)a# **[Required]** Gets the compartment_id of this MonitoredInstance. Compartment Identifier `OCID`__ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this MonitoredInstance. :rtype: str r'r5r1r1r2rs z MonitoredInstance.compartment_idcCs ||_dS)a! Sets the compartment_id of this MonitoredInstance. Compartment Identifier `OCID`__ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this MonitoredInstance. :type: str Nr6)r/rr1r1r2rs cCs|jS)a Gets the display_name of this MonitoredInstance. A user-friendly name of the monitored instance. It is binded to `Compute Instance`__. DisplayName is fetched from `Core Service API`__. __ https://docs.cloud.oracle.com/Content/Compute/Concepts/computeoverview.htm __ https://docs.cloud.oracle.com/api/#/en/iaas/20160918/Instance/ :return: The display_name of this MonitoredInstance. :rtype: str r(r5r1r1r2rszMonitoredInstance.display_namecCs ||_dS)a Sets the display_name of this MonitoredInstance. A user-friendly name of the monitored instance. It is binded to `Compute Instance`__. DisplayName is fetched from `Core Service API`__. __ https://docs.cloud.oracle.com/Content/Compute/Concepts/computeoverview.htm __ https://docs.cloud.oracle.com/api/#/en/iaas/20160918/Instance/ :param display_name: The display_name of this MonitoredInstance. :type: str Nr7)r/rr1r1r2rscCs|jS)ap Gets the management_agent_id of this MonitoredInstance. Management Agent Identifier `OCID`__. Used to invoke manage operations on Management Agent Cloud Service. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The management_agent_id of this MonitoredInstance. :rtype: str r)r5r1r1r2rs z%MonitoredInstance.management_agent_idcCs ||_dS)a Sets the management_agent_id of this MonitoredInstance. Management Agent Identifier `OCID`__. Used to invoke manage operations on Management Agent Cloud Service. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param management_agent_id: The management_agent_id of this MonitoredInstance. :type: str Nr8)r/rr1r1r2rs cCs|jS)z Gets the time_created of this MonitoredInstance. The time the MonitoredInstance was created. An RFC3339 formatted datetime string :return: The time_created of this MonitoredInstance. :rtype: datetime r*r5r1r1r2rs zMonitoredInstance.time_createdcCs ||_dS)z Sets the time_created of this MonitoredInstance. The time the MonitoredInstance was created. An RFC3339 formatted datetime string :param time_created: The time_created of this MonitoredInstance. :type: datetime Nr9)r/rr1r1r2rs cCs|jS)z Gets the time_updated of this MonitoredInstance. The time the MonitoredInstance was updated. An RFC3339 formatted datetime string :return: The time_updated of this MonitoredInstance. :rtype: datetime r+r5r1r1r2rs zMonitoredInstance.time_updatedcCs ||_dS)z Sets the time_updated of this MonitoredInstance. The time the MonitoredInstance was updated. An RFC3339 formatted datetime string :param time_updated: The time_updated of this MonitoredInstance. :type: datetime Nr:)r/rr1r1r2rs cCs|jS)a Gets the monitoring_state of this MonitoredInstance. Monitoring status. Can be either enabled or disabled. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The monitoring_state of this MonitoredInstance. :rtype: str )r,r5r1r1r2r*s z"MonitoredInstance.monitoring_statecCs ddg}t||sd}||_dS)z Sets the monitoring_state of this MonitoredInstance. Monitoring status. Can be either enabled or disabled. :param monitoring_state: The monitoring_state of this MonitoredInstance. :type: str rrUNKNOWN_ENUM_VALUEN)rr,)r/rallowed_valuesr1r1r2r9s  cCs|jS)a Gets the lifecycle_state of this MonitoredInstance. The current state of the monitored instance. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this MonitoredInstance. :rtype: str )r-r5r1r1r2rHs z!MonitoredInstance.lifecycle_statecCs gd}t||sd}||_dS)z Sets the lifecycle_state of this MonitoredInstance. The current state of the monitored instance. :param lifecycle_state: The lifecycle_state of this MonitoredInstance. :type: str )r r r r r rrr;N)rr-)r/rr<r1r1r2rWs  cCs|jS)a9 Gets the lifecycle_details of this MonitoredInstance. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :return: The lifecycle_details of this MonitoredInstance. :rtype: str r.r5r1r1r2rfs z#MonitoredInstance.lifecycle_detailscCs ||_dS)aI Sets the lifecycle_details of this MonitoredInstance. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :param lifecycle_details: The lifecycle_details of this MonitoredInstance. :type: str Nr=)r/rr1r1r2rrs cCst|SN)rr5r1r1r2__repr__~szMonitoredInstance.__repr__cCs|dur dS|j|jkS)NF)__dict__r/otherr1r1r2__eq__szMonitoredInstance.__eq__cCs ||k Sr>r1rAr1r1r2__ne__szMonitoredInstance.__ne__N)__name__ __module__ __qualname____doc__MONITORING_STATE_ENABLEDMONITORING_STATE_DISABLEDLIFECYCLE_STATE_CREATINGLIFECYCLE_STATE_UPDATINGLIFECYCLE_STATE_ACTIVELIFECYCLE_STATE_INACTIVELIFECYCLE_STATE_DELETINGLIFECYCLE_STATE_DELETEDLIFECYCLE_STATE_FAILEDr3propertyrsetterrrrrrrrrr?rCrDr1r1r1r2r sdP                  rN)oci.utilrrroci.decoratorsrobjectrr1r1r1r2s