📂 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
›
network_load_balancer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/network_load_balancer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_network_load_balancer_details.pyc
a O��fN � @ 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 @ sp e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1� CreateNetworkLoadBalancerDetailsad The properties that define a network load balancer. For more information, see `Managing a network load balancer`__. To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, then contact an administrator. If you are an administrator who writes policies to give users access, then see `Getting Started with Policies`__. For information about endpoints and signing API requests, see `About the API`__. For information about available SDKs and tools, see `SDKS and Other Tools`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingloadbalancer.htm __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm __ https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm __ https://docs.cloud.oracle.com/Content/API/Concepts/sdks.htm �IPV4� IPV4_AND_IPV6c K s� ddddddddddddd �| _ d ddd ddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateNetworkLoadBalancerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateNetworkLoadBalancerDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateNetworkLoadBalancerDetails. :type display_name: str :param is_preserve_source_destination: The value to assign to the is_preserve_source_destination property of this CreateNetworkLoadBalancerDetails. :type is_preserve_source_destination: bool :param reserved_ips: The value to assign to the reserved_ips property of this CreateNetworkLoadBalancerDetails. :type reserved_ips: list[oci.network_load_balancer.models.ReservedIP] :param is_private: The value to assign to the is_private property of this CreateNetworkLoadBalancerDetails. :type is_private: bool :param subnet_id: The value to assign to the subnet_id property of this CreateNetworkLoadBalancerDetails. :type subnet_id: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this CreateNetworkLoadBalancerDetails. :type network_security_group_ids: list[str] :param nlb_ip_version: The value to assign to the nlb_ip_version property of this CreateNetworkLoadBalancerDetails. Allowed values for this property are: "IPV4", "IPV4_AND_IPV6" :type nlb_ip_version: str :param listeners: The value to assign to the listeners property of this CreateNetworkLoadBalancerDetails. :type listeners: dict(str, ListenerDetails) :param backend_sets: The value to assign to the backend_sets property of this CreateNetworkLoadBalancerDetails. :type backend_sets: dict(str, BackendSetDetails) :param freeform_tags: The value to assign to the freeform_tags property of this CreateNetworkLoadBalancerDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNetworkLoadBalancerDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzlist[ReservedIP]z list[str]zdict(str, ListenerDetails)zdict(str, BackendSetDetails)zdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�is_preserve_source_destination�reserved_ips� is_private� subnet_id�network_security_group_ids�nlb_ip_version� listeners�backend_sets� freeform_tags�defined_tags� compartmentId�displayName�isPreserveSourceDestination�reservedIps� isPrivate�subnetId�networkSecurityGroupIds�nlbIpVersionr �backendSets�freeformTags�definedTagsN)� swagger_types� attribute_map�_compartment_id� _display_name�_is_preserve_source_destination� _reserved_ips�_is_private� _subnet_id�_network_security_group_ids�_nlb_ip_version� _listeners� _backend_sets�_freeform_tags� _defined_tags)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_load_balancer/models/create_network_load_balancer_details.py�__init__&