o
    ɶd                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s,  e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
Zdd Zedd Zejdd Zedd Zejdd Zedd Zejdd Zedd Zejdd Zedd Zejdd Zedd Zejdd Zedd  Zejd!d  Zed"d# Zejd$d# Zed%d& Zejd'd& Zed(d) Zejd*d) Zed+d, Zejd-d, Zed.d/ Zejd0d/ Zed1d2 Zejd3d2 Zed4d5 Zejd6d5 Zed7d8 Zejd9d8 Zed:d; Zejd<d; Zed=d> Z e jd?d> Z ed@dA Z!e!jdBdA Z!edCdD Z"e"jdEdD Z"edFdG Z#e#jdHdG Z#edIdJ Z$e$jdKdJ Z$edLdM Z%e%jdNdM Z%edOdP Z&e&jdQdP Z&edRdS Z'e'jdTdS Z'edUdV Z(e(jdWdV Z(edXdY Z)e)jdZdY Z)ed[d\ Z*e*jd]d\ Z*ed^d_ Z+e+jd`d_ Z+dadb Z,dcdd Z-dedf Z.dgS )h	VmClusterz_
    Details of the VM cluster resource. Applies to Exadata Cloud@Customer instances only.
    PROVISIONING	AVAILABLEUPDATINGTERMINATING
TERMINATEDFAILEDMAINTENANCE_IN_PROGRESSLICENSE_INCLUDEDBRING_YOUR_OWN_LICENSEc                 K   s  i ddddddddddddd	dd
ddddddddddddddddddddddddddddddd| _ i dddddddddddd d	d!d
d"dd#dd$dd%dd&dd'dd(dd)dd*dd+d,d-d.d/d0d1d2d3d4d5d6d| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _	d7| _
d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7| _d7S )8a  
        Initializes a new VmCluster object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param id:
            The value to assign to the id property of this VmCluster.
        :type id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this VmCluster.
        :type compartment_id: str

        :param last_patch_history_entry_id:
            The value to assign to the last_patch_history_entry_id property of this VmCluster.
        :type last_patch_history_entry_id: str

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this VmCluster.
            Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

        :param display_name:
            The value to assign to the display_name property of this VmCluster.
        :type display_name: str

        :param time_created:
            The value to assign to the time_created property of this VmCluster.
        :type time_created: datetime

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this VmCluster.
        :type lifecycle_details: str

        :param time_zone:
            The value to assign to the time_zone property of this VmCluster.
        :type time_zone: str

        :param is_local_backup_enabled:
            The value to assign to the is_local_backup_enabled property of this VmCluster.
        :type is_local_backup_enabled: bool

        :param exadata_infrastructure_id:
            The value to assign to the exadata_infrastructure_id property of this VmCluster.
        :type exadata_infrastructure_id: str

        :param is_sparse_diskgroup_enabled:
            The value to assign to the is_sparse_diskgroup_enabled property of this VmCluster.
        :type is_sparse_diskgroup_enabled: bool

        :param vm_cluster_network_id:
            The value to assign to the vm_cluster_network_id property of this VmCluster.
        :type vm_cluster_network_id: str

        :param cpus_enabled:
            The value to assign to the cpus_enabled property of this VmCluster.
        :type cpus_enabled: int

        :param ocpus_enabled:
            The value to assign to the ocpus_enabled property of this VmCluster.
        :type ocpus_enabled: float

        :param memory_size_in_gbs:
            The value to assign to the memory_size_in_gbs property of this VmCluster.
        :type memory_size_in_gbs: int

        :param db_node_storage_size_in_gbs:
            The value to assign to the db_node_storage_size_in_gbs property of this VmCluster.
        :type db_node_storage_size_in_gbs: int

        :param data_storage_size_in_tbs:
            The value to assign to the data_storage_size_in_tbs property of this VmCluster.
        :type data_storage_size_in_tbs: float

        :param data_storage_size_in_gbs:
            The value to assign to the data_storage_size_in_gbs property of this VmCluster.
        :type data_storage_size_in_gbs: float

        :param shape:
            The value to assign to the shape property of this VmCluster.
        :type shape: str

        :param gi_version:
            The value to assign to the gi_version property of this VmCluster.
        :type gi_version: str

        :param system_version:
            The value to assign to the system_version property of this VmCluster.
        :type system_version: str

        :param ssh_public_keys:
            The value to assign to the ssh_public_keys property of this VmCluster.
        :type ssh_public_keys: list[str]

        :param license_model:
            The value to assign to the license_model property of this VmCluster.
            Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type license_model: str

        :param db_servers:
            The value to assign to the db_servers property of this VmCluster.
        :type db_servers: list[str]

        :param availability_domain:
            The value to assign to the availability_domain property of this VmCluster.
        :type availability_domain: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this VmCluster.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this VmCluster.
        :type defined_tags: dict(str, dict(str, object))

        :param data_collection_options:
            The value to assign to the data_collection_options property of this VmCluster.
        :type data_collection_options: oci.database.models.DataCollectionOptions

        idstrcompartment_idlast_patch_history_entry_idlifecycle_statedisplay_nametime_createddatetimelifecycle_details	time_zoneis_local_backup_enabledboolexadata_infrastructure_idis_sparse_diskgroup_enabledvm_cluster_network_idcpus_enabledintocpus_enabledfloatmemory_size_in_gbsdb_node_storage_size_in_gbsdata_storage_size_in_tbsz	list[str]zdict(str, str)zdict(str, dict(str, object))ZDataCollectionOptions)data_storage_size_in_gbsshape
gi_versionsystem_versionssh_public_keyslicense_model
db_serversavailability_domainfreeform_tagsdefined_tagsdata_collection_optionsZcompartmentIdZlastPatchHistoryEntryIdZlifecycleStateZdisplayNameZtimeCreatedZlifecycleDetailsZtimeZoneZisLocalBackupEnabledZexadataInfrastructureIdZisSparseDiskgroupEnabledZvmClusterNetworkIdZcpusEnabledZocpusEnabledZmemorySizeInGBsZdbNodeStorageSizeInGBsZdataStorageSizeInTBsZdataStorageSizeInGBsr'   Z	giVersionZsystemVersionZsshPublicKeysZlicenseModelZ	dbServersZavailabilityDomainZfreeformTagsZdefinedTagsZdataCollectionOptionsN)Zswagger_typesZattribute_map_id_compartment_id_last_patch_history_entry_id_lifecycle_state_display_name_time_created_lifecycle_details
_time_zone_is_local_backup_enabled_exadata_infrastructure_id_is_sparse_diskgroup_enabled_vm_cluster_network_id_cpus_enabled_ocpus_enabled_memory_size_in_gbs_db_node_storage_size_in_gbs_data_storage_size_in_tbs_data_storage_size_in_gbs_shape_gi_version_system_version_ssh_public_keys_license_model_db_servers_availability_domain_freeform_tags_defined_tags_data_collection_options)selfkwargs rO   Busr/lib/python3.10/site-packages/oci/database/models/vm_cluster.py__init__6   s   z	

	


zVmCluster.__init__c                 C      | j S )z
        Gets the id of this VmCluster.
        The `OCID`__ of the VM cluster.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The id of this VmCluster.
        :rtype: str
        r1   rM   rO   rO   rP   r        zVmCluster.idc                 C   
   || _ dS )z
        Sets the id of this VmCluster.
        The `OCID`__ of the VM cluster.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param id: The id of this VmCluster.
        :type: str
        NrS   )rM   r   rO   rO   rP   r        
c                 C   rR   )a  
        Gets the compartment_id of this VmCluster.
        The `OCID`__ of the compartment.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The compartment_id of this VmCluster.
        :rtype: str
        r2   rT   rO   rO   rP   r   '  rU   zVmCluster.compartment_idc                 C   rV   )a  
        Sets the compartment_id of this VmCluster.
        The `OCID`__ of the compartment.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param compartment_id: The compartment_id of this VmCluster.
        :type: str
        NrX   )rM   r   rO   rO   rP   r   5  rW   c                 C   rR   )aa  
        Gets the last_patch_history_entry_id of this VmCluster.
        The `OCID`__ of the last patch history. This value is updated as soon as a patch operation starts.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The last_patch_history_entry_id of this VmCluster.
        :rtype: str
        r3   rT   rO   rO   rP   r   C  rU   z%VmCluster.last_patch_history_entry_idc                 C   rV   )a{  
        Sets the last_patch_history_entry_id of this VmCluster.
        The `OCID`__ of the last patch history. This value is updated as soon as a patch operation starts.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param last_patch_history_entry_id: The last_patch_history_entry_id of this VmCluster.
        :type: str
        NrY   )rM   r   rO   rO   rP   r   Q  rW   c                 C   rR   )a  
        Gets the lifecycle_state of this VmCluster.
        The current state of the VM cluster.

        Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this VmCluster.
        :rtype: str
        )r4   rT   rO   rO   rP   r   _     zVmCluster.lifecycle_statec                 C   s    g d}t ||sd}|| _dS )z
        Sets the lifecycle_state of this VmCluster.
        The current state of the VM cluster.


        :param lifecycle_state: The lifecycle_state of this VmCluster.
        :type: str
        )r   r   r	   r
   r   r   r   UNKNOWN_ENUM_VALUEN)r   r4   )rM   r   allowed_valuesrO   rO   rP   r   n     


c                 C   rR   )z
        Gets the display_name of this VmCluster.
        The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.


        :return: The display_name of this VmCluster.
        :rtype: str
        r5   rT   rO   rO   rP   r   }     
zVmCluster.display_namec                 C   rV   )z
        Sets the display_name of this VmCluster.
        The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.


        :param display_name: The display_name of this VmCluster.
        :type: str
        Nr^   )rM   r   rO   rO   rP   r        

c                 C   rR   )z
        Gets the time_created of this VmCluster.
        The date and time that the VM cluster was created.


        :return: The time_created of this VmCluster.
        :rtype: datetime
        r6   rT   rO   rO   rP   r     r_   zVmCluster.time_createdc                 C   rV   )z
        Sets the time_created of this VmCluster.
        The date and time that the VM cluster was created.


        :param time_created: The time_created of this VmCluster.
        :type: datetime
        Nra   )rM   r   rO   rO   rP   r     r`   c                 C   rR   )z
        Gets the lifecycle_details of this VmCluster.
        Additional information about the current lifecycle state.


        :return: The lifecycle_details of this VmCluster.
        :rtype: str
        r7   rT   rO   rO   rP   r     r_   zVmCluster.lifecycle_detailsc                 C   rV   )z
        Sets the lifecycle_details of this VmCluster.
        Additional information about the current lifecycle state.


        :param lifecycle_details: The lifecycle_details of this VmCluster.
        :type: str
        Nrb   )rM   r   rO   rO   rP   r     r`   c                 C   rR   )a@  
        Gets the time_zone of this VmCluster.
        The time zone of the Exadata infrastructure. For details, see `Exadata Infrastructure Time Zones`__.

        __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm


        :return: The time_zone of this VmCluster.
        :rtype: str
        r8   rT   rO   rO   rP   r     rU   zVmCluster.time_zonec                 C   rV   )aH  
        Sets the time_zone of this VmCluster.
        The time zone of the Exadata infrastructure. For details, see `Exadata Infrastructure Time Zones`__.

        __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm


        :param time_zone: The time_zone of this VmCluster.
        :type: str
        Nrc   )rM   r   rO   rO   rP   r     rW   c                 C   rR   )aO  
        Gets the is_local_backup_enabled of this VmCluster.
        If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.


        :return: The is_local_backup_enabled of this VmCluster.
        :rtype: bool
        r9   rT   rO   rO   rP   r     r_   z!VmCluster.is_local_backup_enabledc                 C   rV   )ae  
        Sets the is_local_backup_enabled of this VmCluster.
        If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.


        :param is_local_backup_enabled: The is_local_backup_enabled of this VmCluster.
        :type: bool
        Nrd   )rM   r   rO   rO   rP   r     r`   c                 C   rR   )a&  
        Gets the exadata_infrastructure_id of this VmCluster.
        The `OCID`__ of the Exadata infrastructure.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The exadata_infrastructure_id of this VmCluster.
        :rtype: str
        r:   rT   rO   rO   rP   r     rU   z#VmCluster.exadata_infrastructure_idc                 C   rV   )a>  
        Sets the exadata_infrastructure_id of this VmCluster.
        The `OCID`__ of the Exadata infrastructure.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param exadata_infrastructure_id: The exadata_infrastructure_id of this VmCluster.
        :type: str
        Nre   )rM   r   rO   rO   rP   r     rW   c                 C   rR   )a  
        Gets the is_sparse_diskgroup_enabled of this VmCluster.
        If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.


        :return: The is_sparse_diskgroup_enabled of this VmCluster.
        :rtype: bool
        r;   rT   rO   rO   rP   r     r_   z%VmCluster.is_sparse_diskgroup_enabledc                 C   rV   )a/  
        Sets the is_sparse_diskgroup_enabled of this VmCluster.
        If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.


        :param is_sparse_diskgroup_enabled: The is_sparse_diskgroup_enabled of this VmCluster.
        :type: bool
        Nrf   )rM   r   rO   rO   rP   r   !  r`   c                 C   rR   )a  
        Gets the vm_cluster_network_id of this VmCluster.
        The `OCID`__ of the VM cluster network.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The vm_cluster_network_id of this VmCluster.
        :rtype: str
        r<   rT   rO   rO   rP   r   -  rU   zVmCluster.vm_cluster_network_idc                 C   rV   )a.  
        Sets the vm_cluster_network_id of this VmCluster.
        The `OCID`__ of the VM cluster network.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param vm_cluster_network_id: The vm_cluster_network_id of this VmCluster.
        :type: str
        Nrg   )rM   r   rO   rO   rP   r   ;  rW   c                 C   rR   )z
        Gets the cpus_enabled of this VmCluster.
        The number of enabled CPU cores.


        :return: The cpus_enabled of this VmCluster.
        :rtype: int
        r=   rT   rO   rO   rP   r   I  r_   zVmCluster.cpus_enabledc                 C   rV   )z
        Sets the cpus_enabled of this VmCluster.
        The number of enabled CPU cores.


        :param cpus_enabled: The cpus_enabled of this VmCluster.
        :type: int
        Nrh   )rM   r   rO   rO   rP   r   U  r`   c                 C   rR   )z
        Gets the ocpus_enabled of this VmCluster.
        The number of enabled OCPU cores.


        :return: The ocpus_enabled of this VmCluster.
        :rtype: float
        r>   rT   rO   rO   rP   r!   a  r_   zVmCluster.ocpus_enabledc                 C   rV   )z
        Sets the ocpus_enabled of this VmCluster.
        The number of enabled OCPU cores.


        :param ocpus_enabled: The ocpus_enabled of this VmCluster.
        :type: float
        Nri   )rM   r!   rO   rO   rP   r!   m  r`   c                 C   rR   )z
        Gets the memory_size_in_gbs of this VmCluster.
        The memory allocated in GBs.


        :return: The memory_size_in_gbs of this VmCluster.
        :rtype: int
        r?   rT   rO   rO   rP   r#   y  r_   zVmCluster.memory_size_in_gbsc                 C   rV   )z
        Sets the memory_size_in_gbs of this VmCluster.
        The memory allocated in GBs.


        :param memory_size_in_gbs: The memory_size_in_gbs of this VmCluster.
        :type: int
        Nrj   )rM   r#   rO   rO   rP   r#     r`   c                 C   rR   )z
        Gets the db_node_storage_size_in_gbs of this VmCluster.
        The local node storage allocated in GBs.


        :return: The db_node_storage_size_in_gbs of this VmCluster.
        :rtype: int
        r@   rT   rO   rO   rP   r$     r_   z%VmCluster.db_node_storage_size_in_gbsc                 C   rV   )z
        Sets the db_node_storage_size_in_gbs of this VmCluster.
        The local node storage allocated in GBs.


        :param db_node_storage_size_in_gbs: The db_node_storage_size_in_gbs of this VmCluster.
        :type: int
        Nrk   )rM   r$   rO   rO   rP   r$     r`   c                 C   rR   )z
        Gets the data_storage_size_in_tbs of this VmCluster.
        Size, in terabytes, of the DATA disk group.


        :return: The data_storage_size_in_tbs of this VmCluster.
        :rtype: float
        rA   rT   rO   rO   rP   r%     r_   z"VmCluster.data_storage_size_in_tbsc                 C   rV   )z
        Sets the data_storage_size_in_tbs of this VmCluster.
        Size, in terabytes, of the DATA disk group.


        :param data_storage_size_in_tbs: The data_storage_size_in_tbs of this VmCluster.
        :type: float
        Nrl   )rM   r%   rO   rO   rP   r%     r`   c                 C   rR   )z
        Gets the data_storage_size_in_gbs of this VmCluster.
        Size of the DATA disk group in GBs.


        :return: The data_storage_size_in_gbs of this VmCluster.
        :rtype: float
        rB   rT   rO   rO   rP   r&     r_   z"VmCluster.data_storage_size_in_gbsc                 C   rV   )z
        Sets the data_storage_size_in_gbs of this VmCluster.
        Size of the DATA disk group in GBs.


        :param data_storage_size_in_gbs: The data_storage_size_in_gbs of this VmCluster.
        :type: float
        Nrm   )rM   r&   rO   rO   rP   r&     r`   c                 C   rR   )a	  
        Gets the shape of this VmCluster.
        The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.


        :return: The shape of this VmCluster.
        :rtype: str
        rC   rT   rO   rO   rP   r'     r_   zVmCluster.shapec                 C   rV   )a  
        Sets the shape of this VmCluster.
        The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.


        :param shape: The shape of this VmCluster.
        :type: str
        Nrn   )rM   r'   rO   rO   rP   r'     r`   c                 C   rR   )z
        Gets the gi_version of this VmCluster.
        The Oracle Grid Infrastructure software version for the VM cluster.


        :return: The gi_version of this VmCluster.
        :rtype: str
        rD   rT   rO   rO   rP   r(     r_   zVmCluster.gi_versionc                 C   rV   )z
        Sets the gi_version of this VmCluster.
        The Oracle Grid Infrastructure software version for the VM cluster.


        :param gi_version: The gi_version of this VmCluster.
        :type: str
        Nro   )rM   r(   rO   rO   rP   r(     r`   c                 C   rR   )z
        Gets the system_version of this VmCluster.
        Operating system version of the image.


        :return: The system_version of this VmCluster.
        :rtype: str
        rE   rT   rO   rO   rP   r)   	  r_   zVmCluster.system_versionc                 C   rV   )z
        Sets the system_version of this VmCluster.
        Operating system version of the image.


        :param system_version: The system_version of this VmCluster.
        :type: str
        Nrp   )rM   r)   rO   rO   rP   r)     r`   c                 C   rR   )z
        Gets the ssh_public_keys of this VmCluster.
        The public key portion of one or more key pairs used for SSH access to the VM cluster.


        :return: The ssh_public_keys of this VmCluster.
        :rtype: list[str]
        rF   rT   rO   rO   rP   r*   !  r_   zVmCluster.ssh_public_keysc                 C   rV   )z
        Sets the ssh_public_keys of this VmCluster.
        The public key portion of one or more key pairs used for SSH access to the VM cluster.


        :param ssh_public_keys: The ssh_public_keys of this VmCluster.
        :type: list[str]
        Nrq   )rM   r*   rO   rO   rP   r*   -  r`   c                 C   rR   )a  
        Gets the license_model of this VmCluster.
        The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.

        Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The license_model of this VmCluster.
        :rtype: str
        )rG   rT   rO   rO   rP   r+   9  rZ   zVmCluster.license_modelc                 C   s    ddg}t ||sd}|| _dS )z
        Sets the license_model of this VmCluster.
        The Oracle license model that applies to the VM cluster. The default is LICENSE_INCLUDED.


        :param license_model: The license_model of this VmCluster.
        :type: str
        r   r   r[   N)r   rG   )rM   r+   r\   rO   rO   rP   r+   H  r]   c                 C   rR   )z
        Gets the db_servers of this VmCluster.
        The list of Db server.


        :return: The db_servers of this VmCluster.
        :rtype: list[str]
        rH   rT   rO   rO   rP   r,   W  r_   zVmCluster.db_serversc                 C   rV   )z
        Sets the db_servers of this VmCluster.
        The list of Db server.


        :param db_servers: The db_servers of this VmCluster.
        :type: list[str]
        Nrr   )rM   r,   rO   rO   rP   r,   c  r`   c                 C   rR   )z
        Gets the availability_domain of this VmCluster.
        The name of the availability domain that the VM cluster is located in.


        :return: The availability_domain of this VmCluster.
        :rtype: str
        rI   rT   rO   rO   rP   r-   o  r_   zVmCluster.availability_domainc                 C   rV   )z
        Sets the availability_domain of this VmCluster.
        The name of the availability domain that the VM cluster is located in.


        :param availability_domain: The availability_domain of this VmCluster.
        :type: str
        Nrs   )rM   r-   rO   rO   rP   r-   {  r`   c                 C   rR   )a  
        Gets the freeform_tags of this VmCluster.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this VmCluster.
        :rtype: dict(str, str)
        rJ   rT   rO   rO   rP   r.     s   zVmCluster.freeform_tagsc                 C   rV   )a  
        Sets the freeform_tags of this VmCluster.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.

        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this VmCluster.
        :type: dict(str, str)
        Nrt   )rM   r.   rO   rO   rP   r.     s   
c                 C   rR   )a  
        Gets the defined_tags of this VmCluster.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this VmCluster.
        :rtype: dict(str, dict(str, object))
        rK   rT   rO   rO   rP   r/     rZ   zVmCluster.defined_tagsc                 C   rV   )a  
        Sets the defined_tags of this VmCluster.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this VmCluster.
        :type: dict(str, dict(str, object))
        Nru   )rM   r/   rO   rO   rP   r/     s   
c                 C   rR   )z
        Gets the data_collection_options of this VmCluster.

        :return: The data_collection_options of this VmCluster.
        :rtype: oci.database.models.DataCollectionOptions
        rL   rT   rO   rO   rP   r0     s   z!VmCluster.data_collection_optionsc                 C   rV   )z
        Sets the data_collection_options of this VmCluster.

        :param data_collection_options: The data_collection_options of this VmCluster.
        :type: oci.database.models.DataCollectionOptions
        Nrv   )rM   r0   rO   rO   rP   r0     s   
c                 C   s   t | S N)r   rT   rO   rO   rP   __repr__  s   zVmCluster.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__rM   otherrO   rO   rP   __eq__  s   zVmCluster.__eq__c                 C   s
   | |k S rw   rO   rz   rO   rO   rP   __ne__  s   
zVmCluster.__ne__N)/__name__
__module____qualname____doc__ZLIFECYCLE_STATE_PROVISIONINGZLIFECYCLE_STATE_AVAILABLEZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_TERMINATINGZLIFECYCLE_STATE_TERMINATEDZLIFECYCLE_STATE_FAILEDZ'LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESSZLICENSE_MODEL_LICENSE_INCLUDEDZ$LICENSE_MODEL_BRING_YOUR_OWN_LICENSErQ   propertyr   setterr   r   r   r   r   r   r   r   r   r   r   r   r!   r#   r$   r%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   rx   r|   r}   rO   rO   rO   rP   r      s     V






















































	
	r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   rO   rO   rO   rP   <module>   s   