📂 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: byoip_range.pyc
a N��fo\ � @ 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 dZdZdZdZd d� Zedd� �Zejdd� �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� �Z e jd2d1� �Z ed3d4� �Z!e!jd5d4� �Z!ed6d7� �Z"e"jd8d7� �Z"ed9d:� �Z#e#jd;d:� �Z#d<d=� Z$d>d?� Z%d@dA� Z&dBS )C� ByoipRangea� Oracle offers the ability to Bring Your Own IP (BYOIP), importing public IP addresses or IPv6 addresses that you currently own to Oracle Cloud Infrastructure. A `ByoipRange` resource is a record of the imported address block (a BYOIP CIDR block) and also some associated metadata. The process used to `Bring Your Own IP`__ is explained in the documentation. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOIP.htm �CREATING� VALIDATING�PROVISIONED�ACTIVE�FAILED�DELETING�DELETED�ADVERTISING�WITHDRAWING�INACTIVE�UPDATINGc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ByoipRange object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param byoip_range_vcn_ipv6_allocations: The value to assign to the byoip_range_vcn_ipv6_allocations property of this ByoipRange. :type byoip_range_vcn_ipv6_allocations: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary] :param cidr_block: The value to assign to the cidr_block property of this ByoipRange. :type cidr_block: str :param compartment_id: The value to assign to the compartment_id property of this ByoipRange. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ByoipRange. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ByoipRange. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ByoipRange. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this ByoipRange. :type id: str :param ipv6_cidr_block: The value to assign to the ipv6_cidr_block property of this ByoipRange. :type ipv6_cidr_block: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ByoipRange. Allowed values for this property are: "CREATING", "VALIDATING", "PROVISIONED", "ACTIVE", "FAILED", "DELETING", "DELETED", "ADVERTISING", "WITHDRAWING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ByoipRange. Allowed values for this property are: "INACTIVE", "UPDATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ByoipRange. :type time_created: datetime :param time_validated: The value to assign to the time_validated property of this ByoipRange. :type time_validated: datetime :param time_advertised: The value to assign to the time_advertised property of this ByoipRange. :type time_advertised: datetime :param time_withdrawn: The value to assign to the time_withdrawn property of this ByoipRange. :type time_withdrawn: datetime :param validation_token: The value to assign to the validation_token property of this ByoipRange. :type validation_token: str z(list[ByoipRangeVcnIpv6AllocationSummary]�strzdict(str, dict(str, object))zdict(str, str)�datetime)� byoip_range_vcn_ipv6_allocations� cidr_block�compartment_id�defined_tags�display_name� freeform_tags�id�ipv6_cidr_block�lifecycle_details�lifecycle_state�time_created�time_validated�time_advertised�time_withdrawn�validation_token�byoipRangeVcnIpv6Allocations� cidrBlock� compartmentId�definedTags�displayName�freeformTagsr � ipv6CidrBlock�lifecycleDetails�lifecycleState�timeCreated� timeValidated�timeAdvertised� timeWithdrawn�validationTokenN)� swagger_types� attribute_map�!_byoip_range_vcn_ipv6_allocations�_cidr_block�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_ipv6_cidr_block�_lifecycle_details�_lifecycle_state� _time_created�_time_validated�_time_advertised�_time_withdrawn�_validation_token)�self�kwargs� rD �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/byoip_range.py�__init__K s^ G��zByoipRange.__init__c C s | j S )a$ Gets the byoip_range_vcn_ipv6_allocations of this ByoipRange. A list of `ByoipRangeVcnIpv6AllocationSummary` objects. :return: The byoip_range_vcn_ipv6_allocations of this ByoipRange. :rtype: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary] �r3 �rB rD rD rE r � s z+ByoipRange.byoip_range_vcn_ipv6_allocationsc C s || _ dS )aC Sets the byoip_range_vcn_ipv6_allocations of this ByoipRange. A list of `ByoipRangeVcnIpv6AllocationSummary` objects. :param byoip_range_vcn_ipv6_allocations: The byoip_range_vcn_ipv6_allocations of this ByoipRange. :type: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary] NrG )rB r rD rD rE r � s c C s | j S )z� Gets the cidr_block of this ByoipRange. The public IPv4 CIDR block being imported from on-premises to the Oracle cloud. :return: The cidr_block of this ByoipRange. :rtype: str �r4 rH rD rD rE r � s zByoipRange.cidr_blockc C s || _ dS )z� Sets the cidr_block of this ByoipRange. The public IPv4 CIDR block being imported from on-premises to the Oracle cloud. :param cidr_block: The cidr_block of this ByoipRange. :type: str NrI )rB r rD rD rE r � s c C s | j S )a; **[Required]** Gets the compartment_id of this ByoipRange. The `OCID`__ of the compartment containing the BYOIP CIDR block. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ByoipRange. :rtype: str �r5 rH rD rD rE r � s zByoipRange.compartment_idc C s || _ dS )a9 Sets the compartment_id of this ByoipRange. The `OCID`__ of the compartment containing the BYOIP CIDR block. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ByoipRange. :type: str NrJ )rB r rD rD rE r s c C s | j S )a� Gets the defined_tags of this ByoipRange. 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 ByoipRange. :rtype: dict(str, dict(str, object)) �r6 rH rD rD rE r s zByoipRange.defined_tagsc C s || _ dS )a� Sets the defined_tags of this ByoipRange. 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 ByoipRange. :type: dict(str, dict(str, object)) NrK )rB r rD rD rE r " s c C s | j S )a Gets the display_name of this ByoipRange. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this ByoipRange. :rtype: str �r7 rH rD rD rE r 3 s zByoipRange.display_namec C s || _ dS )a Sets the display_name of this ByoipRange. 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 ByoipRange. :type: str NrL )rB r rD rD rE r @ s c C s | j S )a� Gets the freeform_tags of this ByoipRange. 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 ByoipRange. :rtype: dict(str, str) �r8 rH rD rD rE r M s zByoipRange.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this ByoipRange. 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 ByoipRange. :type: dict(str, str) NrM )rB r rD rD rE r ^ s c C s | j S )a **[Required]** Gets the id of this ByoipRange. The `OCID`__ of the `ByoipRange` resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ByoipRange. :rtype: str �r9 rH rD rD rE r o s z ByoipRange.idc C s || _ dS )z� Sets the id of this ByoipRange. The `OCID`__ of the `ByoipRange` resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ByoipRange. :type: str NrN )rB r rD rD rE r } s c C s | j S )a, Gets the ipv6_cidr_block of this ByoipRange. The IPv6 CIDR block being imported to the Oracle cloud. This CIDR block must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be also assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size. :return: The ipv6_cidr_block of this ByoipRange. :rtype: str �r: rH rD rD rE r � s zByoipRange.ipv6_cidr_blockc C s || _ dS )a: Sets the ipv6_cidr_block of this ByoipRange. The IPv6 CIDR block being imported to the Oracle cloud. This CIDR block must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be also assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size. :param ipv6_cidr_block: The ipv6_cidr_block of this ByoipRange. :type: str NrO )rB r rD rD rE r � s c C s | j S )a� Gets the lifecycle_details of this ByoipRange. The `ByoipRange` resource's current status. Allowed values for this property are: "CREATING", "VALIDATING", "PROVISIONED", "ACTIVE", "FAILED", "DELETING", "DELETED", "ADVERTISING", "WITHDRAWING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_details of this ByoipRange. :rtype: str )r; rH rD rD rE r � s zByoipRange.lifecycle_detailsc C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_details of this ByoipRange. The `ByoipRange` resource's current status. :param lifecycle_details: The lifecycle_details of this ByoipRange. :type: str ) r r r r r r r r r �UNKNOWN_ENUM_VALUEN)r r; )rB r �allowed_valuesrD rD rE r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this ByoipRange. The `ByoipRange` resource's current state. Allowed values for this property are: "INACTIVE", "UPDATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this ByoipRange. :rtype: str )r<