ruạṛ
a N��fY[ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�UpdateInstanceDetailsz& UpdateInstanceDetails model. c K s� ddddddddddddd d d�| _ dd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new UpdateInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param capacity_reservation_id: The value to assign to the capacity_reservation_id property of this UpdateInstanceDetails. :type capacity_reservation_id: str :param defined_tags: The value to assign to the defined_tags property of this UpdateInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this UpdateInstanceDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateInstanceDetails. :type freeform_tags: dict(str, str) :param agent_config: The value to assign to the agent_config property of this UpdateInstanceDetails. :type agent_config: oci.core.models.UpdateInstanceAgentConfigDetails :param metadata: The value to assign to the metadata property of this UpdateInstanceDetails. :type metadata: dict(str, str) :param extended_metadata: The value to assign to the extended_metadata property of this UpdateInstanceDetails. :type extended_metadata: dict(str, object) :param shape: The value to assign to the shape property of this UpdateInstanceDetails. :type shape: str :param shape_config: The value to assign to the shape_config property of this UpdateInstanceDetails. :type shape_config: oci.core.models.UpdateInstanceShapeConfigDetails :param instance_options: The value to assign to the instance_options property of this UpdateInstanceDetails. :type instance_options: oci.core.models.InstanceOptions :param fault_domain: The value to assign to the fault_domain property of this UpdateInstanceDetails. :type fault_domain: str :param launch_options: The value to assign to the launch_options property of this UpdateInstanceDetails. :type launch_options: oci.core.models.UpdateLaunchOptions :param availability_config: The value to assign to the availability_config property of this UpdateInstanceDetails. :type availability_config: oci.core.models.UpdateInstanceAvailabilityConfigDetails :param time_maintenance_reboot_due: The value to assign to the time_maintenance_reboot_due property of this UpdateInstanceDetails. :type time_maintenance_reboot_due: datetime �strzdict(str, dict(str, object))zdict(str, str)� UpdateInstanceAgentConfigDetailszdict(str, object)� UpdateInstanceShapeConfigDetails�InstanceOptions�UpdateLaunchOptions�'UpdateInstanceAvailabilityConfigDetails�datetime)�capacity_reservation_id�defined_tags�display_name� freeform_tags�agent_config�metadata�extended_metadata�shape�shape_config�instance_options�fault_domain�launch_options�availability_config�time_maintenance_reboot_due�capacityReservationId�definedTags�displayName�freeformTags�agentConfigr �extendedMetadatar �shapeConfig�instanceOptions�faultDomain� launchOptions�availabilityConfig�timeMaintenanceRebootDueN)� swagger_types� attribute_map�_capacity_reservation_id� _defined_tags� _display_name�_freeform_tags� _agent_config� _metadata�_extended_metadata�_shape� _shape_config�_instance_options� _fault_domain�_launch_options�_availability_config�_time_maintenance_reboot_due)�self�kwargs� r: ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/update_instance_details.py�__init__ sX ?��zUpdateInstanceDetails.__init__c C s | j S )a Gets the capacity_reservation_id of this UpdateInstanceDetails. The OCID of the compute capacity reservation this instance is launched under. You can remove the instance from a reservation by specifying an empty string as input for this field. For more information, see `Capacity Reservations`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default :return: The capacity_reservation_id of this UpdateInstanceDetails. :rtype: str �r* �r8 r: r: r; r s z-UpdateInstanceDetails.capacity_reservation_idc C s || _ dS )a, Sets the capacity_reservation_id of this UpdateInstanceDetails. The OCID of the compute capacity reservation this instance is launched under. You can remove the instance from a reservation by specifying an empty string as input for this field. For more information, see `Capacity Reservations`__. __ https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm#default :param capacity_reservation_id: The capacity_reservation_id of this UpdateInstanceDetails. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )a� Gets the defined_tags of this UpdateInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateInstanceDetails. :rtype: dict(str, dict(str, object)) �r+ r>