📂 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: update_security_rule_details.pyc
a N��f�Y � @ 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 dZdd� Ze d d � �Zejdd � �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�UpdateSecurityRuleDetailszj A rule for allowing inbound (`direction`= INGRESS) or outbound (`direction`= EGRESS) IP packets. � CIDR_BLOCK�SERVICE_CIDR_BLOCK�NETWORK_SECURITY_GROUP�EGRESS�INGRESSc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a` Initializes a new UpdateSecurityRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateSecurityRuleDetails. :type description: str :param destination: The value to assign to the destination property of this UpdateSecurityRuleDetails. :type destination: str :param destination_type: The value to assign to the destination_type property of this UpdateSecurityRuleDetails. Allowed values for this property are: "CIDR_BLOCK", "SERVICE_CIDR_BLOCK", "NETWORK_SECURITY_GROUP" :type destination_type: str :param direction: The value to assign to the direction property of this UpdateSecurityRuleDetails. Allowed values for this property are: "EGRESS", "INGRESS" :type direction: str :param icmp_options: The value to assign to the icmp_options property of this UpdateSecurityRuleDetails. :type icmp_options: oci.core.models.IcmpOptions :param id: The value to assign to the id property of this UpdateSecurityRuleDetails. :type id: str :param is_stateless: The value to assign to the is_stateless property of this UpdateSecurityRuleDetails. :type is_stateless: bool :param protocol: The value to assign to the protocol property of this UpdateSecurityRuleDetails. :type protocol: str :param source: The value to assign to the source property of this UpdateSecurityRuleDetails. :type source: str :param source_type: The value to assign to the source_type property of this UpdateSecurityRuleDetails. Allowed values for this property are: "CIDR_BLOCK", "SERVICE_CIDR_BLOCK", "NETWORK_SECURITY_GROUP" :type source_type: str :param tcp_options: The value to assign to the tcp_options property of this UpdateSecurityRuleDetails. :type tcp_options: oci.core.models.TcpOptions :param udp_options: The value to assign to the udp_options property of this UpdateSecurityRuleDetails. :type udp_options: oci.core.models.UdpOptions �str�IcmpOptions�bool� TcpOptions� UdpOptions)�description�destination�destination_type� direction�icmp_options�id�is_stateless�protocol�source�source_type�tcp_options�udp_optionsr r �destinationTyper �icmpOptionsr �isStatelessr r � sourceType� tcpOptions� udpOptionsN)� swagger_types� attribute_map�_description�_destination�_destination_type� _direction� _icmp_options�_id� _is_stateless� _protocol�_source�_source_type�_tcp_options�_udp_options)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/update_security_rule_details.py�__init__0 sL :��z"UpdateSecurityRuleDetails.__init__c C s | j S )a Gets the description of this UpdateSecurityRuleDetails. An optional description of your choice for the rule. Avoid entering confidential information. :return: The description of this UpdateSecurityRuleDetails. :rtype: str �r% �r1 r3 r3 r4 r � s z%UpdateSecurityRuleDetails.descriptionc C s || _ dS )a Sets the description of this UpdateSecurityRuleDetails. An optional description of your choice for the rule. Avoid entering confidential information. :param description: The description of this UpdateSecurityRuleDetails. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a� Gets the destination of this UpdateSecurityRuleDetails. Conceptually, this is the range of IP addresses that a packet originating from the instance can go to. Allowed values: * An IP address range in CIDR notation. For example: `192.168.1.0/24` or `2001:0db8:0123:45::/56` IPv6 addressing is supported for all commercial and government regions. See `IPv6 Addresses`__. * The `cidrBlock` value for a :class:`Service`, if you're setting up a security rule for traffic destined for a particular `Service` through a service gateway. For example: `oci-phx-objectstorage`. * The `OCID`__ of a :class:`NetworkSecurityGroup` in the same VCN. The value can be the NSG that the rule belongs to if the rule's intent is to control traffic between VNICs in the same NSG. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The destination of this UpdateSecurityRuleDetails. :rtype: str �r&