ruạṛ
a ���f@� � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zed@dA� �Zej dBdA� �ZedCdD� �Zej dEdD� �ZdFdG� ZdHdI� Z dJdK� Z!dLS )M�CloudGateServerz9 Resource representing a Cloud Gate server block �replace�update�deletec K s� ddddddddddddddddddddd d �| _ ddd ddddddddddddddddddd �| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!ay Initializes a new CloudGateServer 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 CloudGateServer. :type id: str :param ocid: The value to assign to the ocid property of this CloudGateServer. :type ocid: str :param schemas: The value to assign to the schemas property of this CloudGateServer. :type schemas: list[str] :param meta: The value to assign to the meta property of this CloudGateServer. :type meta: oci.identity_domains.models.Meta :param idcs_created_by: The value to assign to the idcs_created_by property of this CloudGateServer. :type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy :param idcs_last_modified_by: The value to assign to the idcs_last_modified_by property of this CloudGateServer. :type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy :param idcs_prevented_operations: The value to assign to the idcs_prevented_operations property of this CloudGateServer. Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type idcs_prevented_operations: list[str] :param tags: The value to assign to the tags property of this CloudGateServer. :type tags: list[oci.identity_domains.models.Tags] :param delete_in_progress: The value to assign to the delete_in_progress property of this CloudGateServer. :type delete_in_progress: bool :param idcs_last_upgraded_in_release: The value to assign to the idcs_last_upgraded_in_release property of this CloudGateServer. :type idcs_last_upgraded_in_release: str :param domain_ocid: The value to assign to the domain_ocid property of this CloudGateServer. :type domain_ocid: str :param compartment_ocid: The value to assign to the compartment_ocid property of this CloudGateServer. :type compartment_ocid: str :param tenancy_ocid: The value to assign to the tenancy_ocid property of this CloudGateServer. :type tenancy_ocid: str :param is_opc_service: The value to assign to the is_opc_service property of this CloudGateServer. :type is_opc_service: bool :param description: The value to assign to the description property of this CloudGateServer. :type description: str :param display_name: The value to assign to the display_name property of this CloudGateServer. :type display_name: str :param host_name: The value to assign to the host_name property of this CloudGateServer. :type host_name: str :param port: The value to assign to the port property of this CloudGateServer. :type port: int :param ssl: The value to assign to the ssl property of this CloudGateServer. :type ssl: bool :param nginx_settings: The value to assign to the nginx_settings property of this CloudGateServer. :type nginx_settings: str :param cloud_gate: The value to assign to the cloud_gate property of this CloudGateServer. :type cloud_gate: oci.identity_domains.models.CloudGateServerCloudGate �strz list[str]ZMetaZ IdcsCreatedByZIdcsLastModifiedByz list[Tags]�bool�intZCloudGateServerCloudGate)�id�ocid�schemas�meta�idcs_created_by�idcs_last_modified_by�idcs_prevented_operations�tags�delete_in_progress�idcs_last_upgraded_in_release�domain_ocid�compartment_ocid�tenancy_ocid�is_opc_service�description�display_name� host_name�port�ssl�nginx_settings� cloud_gater r r r Z idcsCreatedByZidcsLastModifiedByZidcsPreventedOperationsr ZdeleteInProgressZidcsLastUpgradedInReleaseZ domainOcidZcompartmentOcidZtenancyOcidZisOPCServicer ZdisplayNameZhostNamer r Z nginxSettingsZ cloudGateN)Z swagger_typesZ attribute_map�_id�_ocid�_schemas�_meta�_idcs_created_by�_idcs_last_modified_by�_idcs_prevented_operations�_tags�_delete_in_progress�_idcs_last_upgraded_in_release�_domain_ocid�_compartment_ocid� _tenancy_ocid�_is_opc_service�_description� _display_name� _host_name�_port�_ssl�_nginx_settings�_cloud_gate)�self�kwargs� r9 �Q/usr/lib/python3.9/site-packages/oci/identity_domains/models/cloud_gate_server.py�__init__ s� ]��zCloudGateServer.__init__c C s | j S )a� Gets the id of this CloudGateServer. Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier. **SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: global :return: The id of this CloudGateServer. :rtype: str �r"