📂 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: network_security_group_vnic.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�NetworkSecurityGroupVniczL Information about a VNIC that belongs to a network security group. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new NetworkSecurityGroupVnic object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_id: The value to assign to the resource_id property of this NetworkSecurityGroupVnic. :type resource_id: str :param time_associated: The value to assign to the time_associated property of this NetworkSecurityGroupVnic. :type time_associated: datetime :param vnic_id: The value to assign to the vnic_id property of this NetworkSecurityGroupVnic. :type vnic_id: str �str�datetime)�resource_id�time_associated�vnic_id� resourceId�timeAssociated�vnicIdN)� swagger_types� attribute_map�_resource_id�_time_associated�_vnic_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/network_security_group_vnic.py�__init__ s ��z!NetworkSecurityGroupVnic.__init__c C s | j S )am Gets the resource_id of this NetworkSecurityGroupVnic. The `OCID`__ of the parent resource that the VNIC is attached to (for example, a Compute instance). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The resource_id of this NetworkSecurityGroupVnic. :rtype: str �r �r r r r r 2 s z$NetworkSecurityGroupVnic.resource_idc C s || _ dS )aw Sets the resource_id of this NetworkSecurityGroupVnic. The `OCID`__ of the parent resource that the VNIC is attached to (for example, a Compute instance). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param resource_id: The resource_id of this NetworkSecurityGroupVnic. :type: str Nr )r r r r r r A s c C s | j S )a� Gets the time_associated of this NetworkSecurityGroupVnic. The date and time the VNIC was added to the network security group, in the format defined by `RFC3339`__. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_associated of this NetworkSecurityGroupVnic. :rtype: datetime �r r r r r r P s z(NetworkSecurityGroupVnic.time_associatedc C s || _ dS )a� Sets the time_associated of this NetworkSecurityGroupVnic. The date and time the VNIC was added to the network security group, in the format defined by `RFC3339`__. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_associated: The time_associated of this NetworkSecurityGroupVnic. :type: datetime Nr )r r r r r r a s c C s | j S )a" **[Required]** Gets the vnic_id of this NetworkSecurityGroupVnic. The `OCID`__ of the VNIC. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The vnic_id of this NetworkSecurityGroupVnic. :rtype: str �r r r r r r r s z NetworkSecurityGroupVnic.vnic_idc C s || _ dS )a Sets the vnic_id of this NetworkSecurityGroupVnic. The `OCID`__ of the VNIC. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param vnic_id: The vnic_id of this NetworkSecurityGroupVnic. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!NetworkSecurityGroupVnic.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zNetworkSecurityGroupVnic.__eq__c C s | |k S r r r r r r �__ne__� s zNetworkSecurityGroupVnic.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"