File: //lib/python3.9/site-packages/oci/database/models/__pycache__/application_vip.cpython-39.pyc
a
���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 @ sb e Zd ZdZdZdZdZdZdZdd� Z e
d d
� �Zejdd
� �Ze
dd
� �Z
e
jdd
� �Z
e
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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�ApplicationVipz=
Details of an application virtual IP (VIP) address.
�PROVISIONING� AVAILABLE�TERMINATING�
TERMINATED�FAILEDc K s� dddddddddddd�| _ dddd d
ddd
dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _dS )aD
Initializes a new ApplicationVip object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param id:
The value to assign to the id property of this ApplicationVip.
:type id: str
:param cloud_vm_cluster_id:
The value to assign to the cloud_vm_cluster_id property of this ApplicationVip.
:type cloud_vm_cluster_id: str
:param compartment_id:
The value to assign to the compartment_id property of this ApplicationVip.
:type compartment_id: str
:param subnet_id:
The value to assign to the subnet_id property of this ApplicationVip.
:type subnet_id: str
:param ip_address:
The value to assign to the ip_address property of this ApplicationVip.
:type ip_address: str
:param hostname_label:
The value to assign to the hostname_label property of this ApplicationVip.
:type hostname_label: str
:param lifecycle_state:
The value to assign to the lifecycle_state property of this ApplicationVip.
Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this ApplicationVip.
:type lifecycle_details: str
:param time_assigned:
The value to assign to the time_assigned property of this ApplicationVip.
:type time_assigned: datetime
:param freeform_tags:
The value to assign to the freeform_tags property of this ApplicationVip.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this ApplicationVip.
:type defined_tags: dict(str, dict(str, object))
�strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�cloud_vm_cluster_id�compartment_id� subnet_id�
ip_address�hostname_label�lifecycle_state�lifecycle_details�
time_assigned�
freeform_tags�defined_tagsr
ZcloudVmClusterIdZ
compartmentIdZsubnetIdZ ipAddressZ
hostnameLabelZlifecycleStateZlifecycleDetailsZtimeAssignedZfreeformTagsZdefinedTagsN)
Z
swagger_typesZ
attribute_map�_id�_cloud_vm_cluster_id�_compartment_id�
_subnet_id�_ip_address�_hostname_label�_lifecycle_state�_lifecycle_details�_time_assigned�_freeform_tags�
_defined_tags)�self�kwargs� r% �G/usr/lib/python3.9/site-packages/oci/database/models/application_vip.py�__init__&