📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: public_ip.pyc
a N��f.j � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Z e jd5d4� �Z ed6d7� �Z!e!jd8d7� �Z!ed9d:� �Z"e"jd;d:� �Z"ed<d=� �Z#e#jd>d=� �Z#d?d@� Z$dAdB� Z%dCdD� Z&dES )F�PublicIpa� A *public IP* is a conceptual term that refers to a public IP address and related properties. The `publicIp` object is the API representation of a public IP. There are two types of public IPs: 1. Ephemeral 2. Reserved For more information and comparison of the two types, see `Public IP Addresses`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm � PRIVATE_IP�NAT_GATEWAY�PROVISIONING� AVAILABLE� ASSIGNING�ASSIGNED�UNASSIGNING� UNASSIGNED�TERMINATING� TERMINATED� EPHEMERAL�RESERVED�REGION�AVAILABILITY_DOMAINc K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new PublicIp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param assigned_entity_id: The value to assign to the assigned_entity_id property of this PublicIp. :type assigned_entity_id: str :param assigned_entity_type: The value to assign to the assigned_entity_type property of this PublicIp. Allowed values for this property are: "PRIVATE_IP", "NAT_GATEWAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type assigned_entity_type: str :param availability_domain: The value to assign to the availability_domain property of this PublicIp. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this PublicIp. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this PublicIp. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this PublicIp. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this PublicIp. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this PublicIp. :type id: str :param ip_address: The value to assign to the ip_address property of this PublicIp. :type ip_address: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PublicIp. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "ASSIGNING", "ASSIGNED", "UNASSIGNING", "UNASSIGNED", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifetime: The value to assign to the lifetime property of this PublicIp. Allowed values for this property are: "EPHEMERAL", "RESERVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifetime: str :param private_ip_id: The value to assign to the private_ip_id property of this PublicIp. :type private_ip_id: str :param scope: The value to assign to the scope property of this PublicIp. Allowed values for this property are: "REGION", "AVAILABILITY_DOMAIN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param time_created: The value to assign to the time_created property of this PublicIp. :type time_created: datetime :param public_ip_pool_id: The value to assign to the public_ip_pool_id property of this PublicIp. :type public_ip_pool_id: str �strzdict(str, dict(str, object))zdict(str, str)�datetime)�assigned_entity_id�assigned_entity_type�availability_domain�compartment_id�defined_tags�display_name� freeform_tags�id� ip_address�lifecycle_state�lifetime� private_ip_id�scope�time_created�public_ip_pool_id�assignedEntityId�assignedEntityType�availabilityDomain� compartmentId�definedTags�displayName�freeformTagsr � ipAddress�lifecycleStater! �privateIpIdr# �timeCreated�publicIpPoolIdN)� swagger_types� attribute_map�_assigned_entity_id�_assigned_entity_type�_availability_domain�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_ip_address�_lifecycle_state� _lifetime�_private_ip_id�_scope� _time_created�_public_ip_pool_id)�self�kwargs� rE �}/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/public_ip.py�__init__R s^ K��zPublicIp.__init__c C s | j S )aX Gets the assigned_entity_id of this PublicIp. The `OCID`__ of the entity the public IP is assigned to, or in the process of being assigned to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The assigned_entity_id of this PublicIp. :rtype: str �r4 �rC rE rE rF r � s zPublicIp.assigned_entity_idc C s || _ dS )ai Sets the assigned_entity_id of this PublicIp. The `OCID`__ of the entity the public IP is assigned to, or in the process of being assigned to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param assigned_entity_id: The assigned_entity_id of this PublicIp. :type: str NrH )rC r rE rE rF r � s c C s | j S )a� Gets the assigned_entity_type of this PublicIp. The type of entity the public IP is assigned to, or in the process of being assigned to. Allowed values for this property are: "PRIVATE_IP", "NAT_GATEWAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The assigned_entity_type of this PublicIp. :rtype: str )r5 rI rE rE rF r � s zPublicIp.assigned_entity_typec C s ddg}t ||�sd}|| _dS )a Sets the assigned_entity_type of this PublicIp. The type of entity the public IP is assigned to, or in the process of being assigned to. :param assigned_entity_type: The assigned_entity_type of this PublicIp. :type: str r r �UNKNOWN_ENUM_VALUEN)r r5 )rC r �allowed_valuesrE rE rF r � s c C s | j S )a� Gets the availability_domain of this PublicIp. The public IP's availability domain. This property is set only for ephemeral public IPs that are assigned to a private IP (that is, when the `scope` of the public IP is set to AVAILABILITY_DOMAIN). The value is the availability domain of the assigned private IP. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this PublicIp. :rtype: str �r6 rI rE rE rF r s zPublicIp.availability_domainc C s || _ dS )a� Sets the availability_domain of this PublicIp. The public IP's availability domain. This property is set only for ephemeral public IPs that are assigned to a private IP (that is, when the `scope` of the public IP is set to AVAILABILITY_DOMAIN). The value is the availability domain of the assigned private IP. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this PublicIp. :type: str NrL )rC r rE rE rF r s c C s | j S )aB Gets the compartment_id of this PublicIp. The `OCID`__ of the compartment containing the public IP. For an ephemeral public IP, this is the compartment of its assigned entity (which can be a private IP or a regional entity such as a NAT gateway). For a reserved public IP that is currently assigned, its compartment can be different from the assigned private IP's. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this PublicIp. :rtype: str �r7 rI rE rE rF r . s zPublicIp.compartment_idc C s || _ dS )aO Sets the compartment_id of this PublicIp. The `OCID`__ of the compartment containing the public IP. For an ephemeral public IP, this is the compartment of its assigned entity (which can be a private IP or a regional entity such as a NAT gateway). For a reserved public IP that is currently assigned, its compartment can be different from the assigned private IP's. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this PublicIp. :type: str NrM )rC r rE rE rF r ? s c C s | j S )a� Gets the defined_tags of this PublicIp. 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 PublicIp. :rtype: dict(str, dict(str, object)) �r8 rI rE rE rF r P s zPublicIp.defined_tagsc C s || _ dS )a� Sets the defined_tags of this PublicIp. 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 :param defined_tags: The defined_tags of this PublicIp. :type: dict(str, dict(str, object)) NrN )rC r rE rE rF r a s c C s | j S )a Gets the display_name of this PublicIp. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this PublicIp. :rtype: str �r9 rI rE rE rF r r s zPublicIp.display_namec C s || _ dS )a Sets the display_name of this PublicIp. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this PublicIp. :type: str NrO )rC r rE rE rF r s c C s | j S )a� Gets the freeform_tags of this PublicIp. 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/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this PublicIp. :rtype: dict(str, str) �r: rI rE rE rF r � s zPublicIp.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this PublicIp. 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/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this PublicIp. :type: dict(str, str) NrP )rC r rE rE rF r � s c C s | j S )z� Gets the id of this PublicIp. The public IP's Oracle ID (`OCID`__). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this PublicIp. :rtype: str �r; rI rE rE rF r � s zPublicIp.idc C s || _ dS )z� Sets the id of this PublicIp. The public IP's Oracle ID (`OCID`__). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this PublicIp. :type: str NrQ )rC r rE rE rF r � s c C s | j S )z� Gets the ip_address of this PublicIp. The public IP address of the `publicIp` object. Example: `203.0.113.2` :return: The ip_address of this PublicIp. :rtype: str �r<