📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_cloud_exadata_infrastructure_details.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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�'CreateCloudExadataInfrastructureDetailszj Request to create cloud Exadata infrastructure. Applies to Exadata Cloud Service instances only. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateCloudExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this CreateCloudExadataInfrastructureDetails. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this CreateCloudExadataInfrastructureDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateCloudExadataInfrastructureDetails. :type display_name: str :param shape: The value to assign to the shape property of this CreateCloudExadataInfrastructureDetails. :type shape: str :param compute_count: The value to assign to the compute_count property of this CreateCloudExadataInfrastructureDetails. :type compute_count: int :param storage_count: The value to assign to the storage_count property of this CreateCloudExadataInfrastructureDetails. :type storage_count: int :param maintenance_window: The value to assign to the maintenance_window property of this CreateCloudExadataInfrastructureDetails. :type maintenance_window: oci.database.models.MaintenanceWindow :param freeform_tags: The value to assign to the freeform_tags property of this CreateCloudExadataInfrastructureDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateCloudExadataInfrastructureDetails. :type defined_tags: dict(str, dict(str, object)) :param cluster_placement_group_id: The value to assign to the cluster_placement_group_id property of this CreateCloudExadataInfrastructureDetails. :type cluster_placement_group_id: str :param subscription_id: The value to assign to the subscription_id property of this CreateCloudExadataInfrastructureDetails. :type subscription_id: str :param customer_contacts: The value to assign to the customer_contacts property of this CreateCloudExadataInfrastructureDetails. :type customer_contacts: list[oci.database.models.CustomerContact] �str�intZMaintenanceWindowzdict(str, str)zdict(str, dict(str, object))zlist[CustomerContact])�availability_domain�compartment_id�display_name�shape� compute_count� storage_count�maintenance_window� freeform_tags�defined_tags�cluster_placement_group_id�subscription_id�customer_contactsZavailabilityDomainZ compartmentIdZdisplayNamer ZcomputeCountZstorageCountZmaintenanceWindowZfreeformTagsZdefinedTagsZclusterPlacementGroupIdZsubscriptionIdZcustomerContactsN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_shape�_compute_count�_storage_count�_maintenance_window�_freeform_tags� _defined_tags�_cluster_placement_group_id�_subscription_id�_customer_contacts)�self�kwargs� r# �c/usr/lib/python3.9/site-packages/oci/database/models/create_cloud_exadata_infrastructure_details.py�__init__ sL 7��z0CreateCloudExadataInfrastructureDetails.__init__c C s | j S )a1 **[Required]** Gets the availability_domain of this CreateCloudExadataInfrastructureDetails. The availability domain where the cloud Exadata infrastructure is located. :return: The availability_domain of this CreateCloudExadataInfrastructureDetails. :rtype: str �r �r! r# r# r$ r s s z;CreateCloudExadataInfrastructureDetails.availability_domainc C s || _ dS )a4 Sets the availability_domain of this CreateCloudExadataInfrastructureDetails. The availability domain where the cloud Exadata infrastructure is located. :param availability_domain: The availability_domain of this CreateCloudExadataInfrastructureDetails. :type: str Nr&