📂 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
›
rover
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/rover/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rover_cluster.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 @ sV e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Z e jd9d8� �Z ed:d;� �Z!e!jd<d;� �Z!ed=d>� �Z"e"jd?d>� �Z"ed@dA� �Z#e#jdBdA� �Z#edCdD� �Z$e$jdEdD� �Z$edFdG� �Z%e%jdHdG� �Z%edIdJ� �Z&e&jdKdJ� �Z&edLdM� �Z'e'jdNdM� �Z'edOdP� �Z(e(jdQdP� �Z(edRdS� �Z)e)jdTdS� �Z)edUdV� �Z*e*jdWdV� �Z*edXdY� �Z+e+jdZdY� �Z+ed[d\� �Z,e,jd]d\� �Z,ed^d_� �Z-e-jd`d_� �Z-edadb� �Z.e.jdcdb� �Z.eddde� �Z/e/jdfde� �Z/edgdh� �Z0e0jdidh� �Z0edjdk� �Z1e1jdldk� �Z1edmdn� �Z2e2jdodn� �Z2edpdq� �Z3e3jdrdq� �Z3edsdt� �Z4e4jdudt� �Z4edvdw� �Z5e5jdxdw� �Z5edydz� �Z6e6jd{dz� �Z6ed|d}� �Z7e7jd~d}� �Z7edd�� �Z8e8jd�d�� �Z8ed�d�� �Z9e9jd�d�� �Z9d�d�� Z:d�d�� Z;d�d�� Z<d�S )��RoverClusterz& Description of RoverCluster. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED� RUGGADIZED�NON_RUGGADIZED� STANDALONE�STATION�ORACLE_SHIPPED�CUSTOMER_PICKUPc ( K s� dddddddddddddddddddddddddddddddddddddd d d �'| _ ddd ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d �'| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _ d2| _ d2| _d2| _d2| _ d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _d2| _ d2| _!d2| _"d2| _#d2| _$d2| _%d2| _&d2| _'d2| _(d2S )3aG Initializes a new RoverCluster 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 RoverCluster. :type id: str :param compartment_id: The value to assign to the compartment_id property of this RoverCluster. :type compartment_id: str :param display_name: The value to assign to the display_name property of this RoverCluster. :type display_name: str :param cluster_size: The value to assign to the cluster_size property of this RoverCluster. :type cluster_size: int :param time_created: The value to assign to the time_created property of this RoverCluster. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this RoverCluster. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this RoverCluster. :type lifecycle_state_details: str :param customer_shipping_address: The value to assign to the customer_shipping_address property of this RoverCluster. :type customer_shipping_address: oci.rover.models.ShippingAddress :param nodes: The value to assign to the nodes property of this RoverCluster. :type nodes: list[oci.rover.models.RoverNodeSummary] :param enclosure_type: The value to assign to the enclosure_type property of this RoverCluster. Allowed values for this property are: "RUGGADIZED", "NON_RUGGADIZED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type enclosure_type: str :param time_customer_received: The value to assign to the time_customer_received property of this RoverCluster. :type time_customer_received: datetime :param time_customer_returned: The value to assign to the time_customer_returned property of this RoverCluster. :type time_customer_returned: datetime :param delivery_tracking_info: The value to assign to the delivery_tracking_info property of this RoverCluster. :type delivery_tracking_info: str :param cluster_workloads: The value to assign to the cluster_workloads property of this RoverCluster. :type cluster_workloads: list[oci.rover.models.RoverWorkload] :param cluster_type: The value to assign to the cluster_type property of this RoverCluster. Allowed values for this property are: "STANDALONE", "STATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cluster_type: str :param subscription_id: The value to assign to the subscription_id property of this RoverCluster. :type subscription_id: str :param exterior_door_code: The value to assign to the exterior_door_code property of this RoverCluster. :type exterior_door_code: str :param interior_alarm_disarm_code: The value to assign to the interior_alarm_disarm_code property of this RoverCluster. :type interior_alarm_disarm_code: str :param super_user_password: The value to assign to the super_user_password property of this RoverCluster. :type super_user_password: str :param unlock_passphrase: The value to assign to the unlock_passphrase property of this RoverCluster. :type unlock_passphrase: str :param point_of_contact: The value to assign to the point_of_contact property of this RoverCluster. :type point_of_contact: str :param point_of_contact_phone_number: The value to assign to the point_of_contact_phone_number property of this RoverCluster. :type point_of_contact_phone_number: str :param shipping_preference: The value to assign to the shipping_preference property of this RoverCluster. Allowed values for this property are: "ORACLE_SHIPPED", "CUSTOMER_PICKUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type shipping_preference: str :param oracle_shipping_tracking_url: The value to assign to the oracle_shipping_tracking_url property of this RoverCluster. :type oracle_shipping_tracking_url: str :param shipping_vendor: The value to assign to the shipping_vendor property of this RoverCluster. :type shipping_vendor: str :param time_pickup_expected: The value to assign to the time_pickup_expected property of this RoverCluster. :type time_pickup_expected: datetime :param time_return_window_starts: The value to assign to the time_return_window_starts property of this RoverCluster. :type time_return_window_starts: datetime :param time_return_window_ends: The value to assign to the time_return_window_ends property of this RoverCluster. :type time_return_window_ends: datetime :param return_shipping_label_uri: The value to assign to the return_shipping_label_uri property of this RoverCluster. :type return_shipping_label_uri: str :param is_import_requested: The value to assign to the is_import_requested property of this RoverCluster. :type is_import_requested: bool :param import_compartment_id: The value to assign to the import_compartment_id property of this RoverCluster. :type import_compartment_id: str :param import_file_bucket: The value to assign to the import_file_bucket property of this RoverCluster. :type import_file_bucket: str :param data_validation_code: The value to assign to the data_validation_code property of this RoverCluster. :type data_validation_code: str :param image_export_par: The value to assign to the image_export_par property of this RoverCluster. :type image_export_par: str :param master_key_id: The value to assign to the master_key_id property of this RoverCluster. :type master_key_id: str :param tags: The value to assign to the tags property of this RoverCluster. :type tags: str :param freeform_tags: The value to assign to the freeform_tags property of this RoverCluster. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this RoverCluster. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this RoverCluster. :type system_tags: dict(str, dict(str, object)) �str�intZdatetimeZShippingAddresszlist[RoverNodeSummary]zlist[RoverWorkload]�boolzdict(str, str)zdict(str, dict(str, object)))'�id�compartment_id�display_name�cluster_size�time_created�lifecycle_state�lifecycle_state_details�customer_shipping_address�nodes�enclosure_type�time_customer_received�time_customer_returned�delivery_tracking_info�cluster_workloads�cluster_type�subscription_id�exterior_door_code�interior_alarm_disarm_code�super_user_password�unlock_passphrase�point_of_contact�point_of_contact_phone_number�shipping_preference�oracle_shipping_tracking_url�shipping_vendor�time_pickup_expected�time_return_window_starts�time_return_window_ends�return_shipping_label_uri�is_import_requested�import_compartment_id�import_file_bucket�data_validation_code�image_export_par� master_key_id�tags� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZclusterSizeZtimeCreatedZlifecycleStateZlifecycleStateDetailsZcustomerShippingAddressr Z enclosureTypeZtimeCustomerReceivedZtimeCustomerReturnedZdeliveryTrackingInfoZclusterWorkloadsZclusterTypeZsubscriptionIdZexteriorDoorCodeZinteriorAlarmDisarmCodeZsuperUserPasswordZunlockPassphraseZpointOfContactZpointOfContactPhoneNumberZshippingPreferenceZoracleShippingTrackingUrlZshippingVendorZtimePickupExpectedZtimeReturnWindowStartsZtimeReturnWindowEndsZreturnShippingLabelUriZisImportRequestedZimportCompartmentIdZimportFileBucketZdataValidationCodeZimageExportParZmasterKeyIdr9 ZfreeformTagsZdefinedTagsZ systemTagsN))Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _cluster_size� _time_created�_lifecycle_state�_lifecycle_state_details�_customer_shipping_address�_nodes�_enclosure_type�_time_customer_received�_time_customer_returned�_delivery_tracking_info�_cluster_workloads� _cluster_type�_subscription_id�_exterior_door_code�_interior_alarm_disarm_code�_super_user_password�_unlock_passphrase�_point_of_contact�_point_of_contact_phone_number�_shipping_preference�_oracle_shipping_tracking_url�_shipping_vendor�_time_pickup_expected�_time_return_window_starts�_time_return_window_ends�_return_shipping_label_uri�_is_import_requested�_import_compartment_id�_import_file_bucket�_data_validation_code�_image_export_par�_master_key_id�_tags�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rf �B/usr/lib/python3.9/site-packages/oci/rover/models/rover_cluster.py�__init__B s� ,�+�*zRoverCluster.__init__c C s | j S )z� **[Required]** Gets the id of this RoverCluster. The OCID of RoverCluster. :return: The id of this RoverCluster. :rtype: str �r= �rd rf rf rg r h s zRoverCluster.idc C s || _ dS )z� Sets the id of this RoverCluster. The OCID of RoverCluster. :param id: The id of this RoverCluster. :type: str Nri )rd r rf rf rg r t s c C s | j S )z� **[Required]** Gets the compartment_id of this RoverCluster. The OCID of the compartment containing the RoverCluster. :return: The compartment_id of this RoverCluster. :rtype: str �r>