Server IP : 103.119.228.120 / Your IP : 52.14.252.16 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/rover/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201210 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class RoverCluster(object): """ Description of RoverCluster. """ #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "CREATING" LIFECYCLE_STATE_CREATING = "CREATING" #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "UPDATING" LIFECYCLE_STATE_UPDATING = "UPDATING" #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "DELETING" LIFECYCLE_STATE_DELETING = "DELETING" #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "DELETED" LIFECYCLE_STATE_DELETED = "DELETED" #: A constant which can be used with the lifecycle_state property of a RoverCluster. #: This constant has a value of "FAILED" LIFECYCLE_STATE_FAILED = "FAILED" #: A constant which can be used with the enclosure_type property of a RoverCluster. #: This constant has a value of "RUGGADIZED" ENCLOSURE_TYPE_RUGGADIZED = "RUGGADIZED" #: A constant which can be used with the enclosure_type property of a RoverCluster. #: This constant has a value of "NON_RUGGADIZED" ENCLOSURE_TYPE_NON_RUGGADIZED = "NON_RUGGADIZED" #: A constant which can be used with the cluster_type property of a RoverCluster. #: This constant has a value of "STANDALONE" CLUSTER_TYPE_STANDALONE = "STANDALONE" #: A constant which can be used with the cluster_type property of a RoverCluster. #: This constant has a value of "STATION" CLUSTER_TYPE_STATION = "STATION" #: A constant which can be used with the shipping_preference property of a RoverCluster. #: This constant has a value of "ORACLE_SHIPPED" SHIPPING_PREFERENCE_ORACLE_SHIPPED = "ORACLE_SHIPPED" #: A constant which can be used with the shipping_preference property of a RoverCluster. #: This constant has a value of "CUSTOMER_PICKUP" SHIPPING_PREFERENCE_CUSTOMER_PICKUP = "CUSTOMER_PICKUP" def __init__(self, **kwargs): """ 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)) """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'display_name': 'str', 'cluster_size': 'int', 'time_created': 'datetime', 'lifecycle_state': 'str', 'lifecycle_state_details': 'str', 'customer_shipping_address': 'ShippingAddress', 'nodes': 'list[RoverNodeSummary]', 'enclosure_type': 'str', 'time_customer_received': 'datetime', 'time_customer_returned': 'datetime', 'delivery_tracking_info': 'str', 'cluster_workloads': 'list[RoverWorkload]', 'cluster_type': 'str', 'subscription_id': 'str', 'exterior_door_code': 'str', 'interior_alarm_disarm_code': 'str', 'super_user_password': 'str', 'unlock_passphrase': 'str', 'point_of_contact': 'str', 'point_of_contact_phone_number': 'str', 'shipping_preference': 'str', 'oracle_shipping_tracking_url': 'str', 'shipping_vendor': 'str', 'time_pickup_expected': 'datetime', 'time_return_window_starts': 'datetime', 'time_return_window_ends': 'datetime', 'return_shipping_label_uri': 'str', 'is_import_requested': 'bool', 'import_compartment_id': 'str', 'import_file_bucket': 'str', 'data_validation_code': 'str', 'image_export_par': 'str', 'master_key_id': 'str', 'tags': 'str', 'freeform_tags': 'dict(str, str)', 'defined_tags': 'dict(str, dict(str, object))', 'system_tags': 'dict(str, dict(str, object))' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'display_name': 'displayName', 'cluster_size': 'clusterSize', 'time_created': 'timeCreated', 'lifecycle_state': 'lifecycleState', 'lifecycle_state_details': 'lifecycleStateDetails', 'customer_shipping_address': 'customerShippingAddress', 'nodes': 'nodes', 'enclosure_type': 'enclosureType', 'time_customer_received': 'timeCustomerReceived', 'time_customer_returned': 'timeCustomerReturned', 'delivery_tracking_info': 'deliveryTrackingInfo', 'cluster_workloads': 'clusterWorkloads', 'cluster_type': 'clusterType', 'subscription_id': 'subscriptionId', 'exterior_door_code': 'exteriorDoorCode', 'interior_alarm_disarm_code': 'interiorAlarmDisarmCode', 'super_user_password': 'superUserPassword', 'unlock_passphrase': 'unlockPassphrase', 'point_of_contact': 'pointOfContact', 'point_of_contact_phone_number': 'pointOfContactPhoneNumber', 'shipping_preference': 'shippingPreference', 'oracle_shipping_tracking_url': 'oracleShippingTrackingUrl', 'shipping_vendor': 'shippingVendor', 'time_pickup_expected': 'timePickupExpected', 'time_return_window_starts': 'timeReturnWindowStarts', 'time_return_window_ends': 'timeReturnWindowEnds', 'return_shipping_label_uri': 'returnShippingLabelUri', 'is_import_requested': 'isImportRequested', 'import_compartment_id': 'importCompartmentId', 'import_file_bucket': 'importFileBucket', 'data_validation_code': 'dataValidationCode', 'image_export_par': 'imageExportPar', 'master_key_id': 'masterKeyId', 'tags': 'tags', 'freeform_tags': 'freeformTags', 'defined_tags': 'definedTags', 'system_tags': 'systemTags' } self._id = None self._compartment_id = None self._display_name = None self._cluster_size = None self._time_created = None self._lifecycle_state = None self._lifecycle_state_details = None self._customer_shipping_address = None self._nodes = None self._enclosure_type = None self._time_customer_received = None self._time_customer_returned = None self._delivery_tracking_info = None self._cluster_workloads = None self._cluster_type = None self._subscription_id = None self._exterior_door_code = None self._interior_alarm_disarm_code = None self._super_user_password = None self._unlock_passphrase = None self._point_of_contact = None self._point_of_contact_phone_number = None self._shipping_preference = None self._oracle_shipping_tracking_url = None self._shipping_vendor = None self._time_pickup_expected = None self._time_return_window_starts = None self._time_return_window_ends = None self._return_shipping_label_uri = None self._is_import_requested = None self._import_compartment_id = None self._import_file_bucket = None self._data_validation_code = None self._image_export_par = None self._master_key_id = None self._tags = None self._freeform_tags = None self._defined_tags = None self._system_tags = None @property def id(self): """ **[Required]** Gets the id of this RoverCluster. The OCID of RoverCluster. :return: The id of this RoverCluster. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this RoverCluster. The OCID of RoverCluster. :param id: The id of this RoverCluster. :type: str """ self._id = id @property def compartment_id(self): """ **[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 """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this RoverCluster. The OCID of the compartment containing the RoverCluster. :param compartment_id: The compartment_id of this RoverCluster. :type: str """ self._compartment_id = compartment_id @property def display_name(self): """ **[Required]** Gets the display_name of this RoverCluster. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this RoverCluster. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this RoverCluster. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this RoverCluster. :type: str """ self._display_name = display_name @property def cluster_size(self): """ **[Required]** Gets the cluster_size of this RoverCluster. Size of the cluster. :return: The cluster_size of this RoverCluster. :rtype: int """ return self._cluster_size @cluster_size.setter def cluster_size(self, cluster_size): """ Sets the cluster_size of this RoverCluster. Size of the cluster. :param cluster_size: The cluster_size of this RoverCluster. :type: int """ self._cluster_size = cluster_size @property def time_created(self): """ Gets the time_created of this RoverCluster. The time the the RoverCluster was created. An RFC3339 formatted datetime string :return: The time_created of this RoverCluster. :rtype: datetime """ return self._time_created @time_created.setter def time_created(self, time_created): """ Sets the time_created of this RoverCluster. The time the the RoverCluster was created. An RFC3339 formatted datetime string :param time_created: The time_created of this RoverCluster. :type: datetime """ self._time_created = time_created @property def lifecycle_state(self): """ **[Required]** Gets the lifecycle_state of this RoverCluster. The current state of the 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'. :return: The lifecycle_state of this RoverCluster. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this RoverCluster. The current state of the RoverCluster. :param lifecycle_state: The lifecycle_state of this RoverCluster. :type: str """ allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def lifecycle_state_details(self): """ Gets the lifecycle_state_details of this RoverCluster. A property that can contain details on the lifecycle. :return: The lifecycle_state_details of this RoverCluster. :rtype: str """ return self._lifecycle_state_details @lifecycle_state_details.setter def lifecycle_state_details(self, lifecycle_state_details): """ Sets the lifecycle_state_details of this RoverCluster. A property that can contain details on the lifecycle. :param lifecycle_state_details: The lifecycle_state_details of this RoverCluster. :type: str """ self._lifecycle_state_details = lifecycle_state_details @property def customer_shipping_address(self): """ Gets the customer_shipping_address of this RoverCluster. :return: The customer_shipping_address of this RoverCluster. :rtype: oci.rover.models.ShippingAddress """ return self._customer_shipping_address @customer_shipping_address.setter def customer_shipping_address(self, customer_shipping_address): """ Sets the customer_shipping_address of this RoverCluster. :param customer_shipping_address: The customer_shipping_address of this RoverCluster. :type: oci.rover.models.ShippingAddress """ self._customer_shipping_address = customer_shipping_address @property def nodes(self): """ Gets the nodes of this RoverCluster. The summary of nodes that are part of this cluster. :return: The nodes of this RoverCluster. :rtype: list[oci.rover.models.RoverNodeSummary] """ return self._nodes @nodes.setter def nodes(self, nodes): """ Sets the nodes of this RoverCluster. The summary of nodes that are part of this cluster. :param nodes: The nodes of this RoverCluster. :type: list[oci.rover.models.RoverNodeSummary] """ self._nodes = nodes @property def enclosure_type(self): """ Gets the enclosure_type of this RoverCluster. The type of enclosure rover nodes in this cluster are shipped in. 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'. :return: The enclosure_type of this RoverCluster. :rtype: str """ return self._enclosure_type @enclosure_type.setter def enclosure_type(self, enclosure_type): """ Sets the enclosure_type of this RoverCluster. The type of enclosure rover nodes in this cluster are shipped in. :param enclosure_type: The enclosure_type of this RoverCluster. :type: str """ allowed_values = ["RUGGADIZED", "NON_RUGGADIZED"] if not value_allowed_none_or_none_sentinel(enclosure_type, allowed_values): enclosure_type = 'UNKNOWN_ENUM_VALUE' self._enclosure_type = enclosure_type @property def time_customer_received(self): """ Gets the time_customer_received of this RoverCluster. Time when customer received the cluster. :return: The time_customer_received of this RoverCluster. :rtype: datetime """ return self._time_customer_received @time_customer_received.setter def time_customer_received(self, time_customer_received): """ Sets the time_customer_received of this RoverCluster. Time when customer received the cluster. :param time_customer_received: The time_customer_received of this RoverCluster. :type: datetime """ self._time_customer_received = time_customer_received @property def time_customer_returned(self): """ Gets the time_customer_returned of this RoverCluster. Time when customer returned the cluster. :return: The time_customer_returned of this RoverCluster. :rtype: datetime """ return self._time_customer_returned @time_customer_returned.setter def time_customer_returned(self, time_customer_returned): """ Sets the time_customer_returned of this RoverCluster. Time when customer returned the cluster. :param time_customer_returned: The time_customer_returned of this RoverCluster. :type: datetime """ self._time_customer_returned = time_customer_returned @property def delivery_tracking_info(self): """ Gets the delivery_tracking_info of this RoverCluster. Tracking information for device shipping. :return: The delivery_tracking_info of this RoverCluster. :rtype: str """ return self._delivery_tracking_info @delivery_tracking_info.setter def delivery_tracking_info(self, delivery_tracking_info): """ Sets the delivery_tracking_info of this RoverCluster. Tracking information for device shipping. :param delivery_tracking_info: The delivery_tracking_info of this RoverCluster. :type: str """ self._delivery_tracking_info = delivery_tracking_info @property def cluster_workloads(self): """ Gets the cluster_workloads of this RoverCluster. List of existing workloads that should be provisioned on the nodes. :return: The cluster_workloads of this RoverCluster. :rtype: list[oci.rover.models.RoverWorkload] """ return self._cluster_workloads @cluster_workloads.setter def cluster_workloads(self, cluster_workloads): """ Sets the cluster_workloads of this RoverCluster. List of existing workloads that should be provisioned on the nodes. :param cluster_workloads: The cluster_workloads of this RoverCluster. :type: list[oci.rover.models.RoverWorkload] """ self._cluster_workloads = cluster_workloads @property def cluster_type(self): """ Gets the cluster_type of this RoverCluster. Type of cluster. 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'. :return: The cluster_type of this RoverCluster. :rtype: str """ return self._cluster_type @cluster_type.setter def cluster_type(self, cluster_type): """ Sets the cluster_type of this RoverCluster. Type of cluster. :param cluster_type: The cluster_type of this RoverCluster. :type: str """ allowed_values = ["STANDALONE", "STATION"] if not value_allowed_none_or_none_sentinel(cluster_type, allowed_values): cluster_type = 'UNKNOWN_ENUM_VALUE' self._cluster_type = cluster_type @property def subscription_id(self): """ Gets the subscription_id of this RoverCluster. ID provided to customer after successful subscription to Rover Stations. :return: The subscription_id of this RoverCluster. :rtype: str """ return self._subscription_id @subscription_id.setter def subscription_id(self, subscription_id): """ Sets the subscription_id of this RoverCluster. ID provided to customer after successful subscription to Rover Stations. :param subscription_id: The subscription_id of this RoverCluster. :type: str """ self._subscription_id = subscription_id @property def exterior_door_code(self): """ Gets the exterior_door_code of this RoverCluster. Service generated code for the exterior trailer door of the trailer. :return: The exterior_door_code of this RoverCluster. :rtype: str """ return self._exterior_door_code @exterior_door_code.setter def exterior_door_code(self, exterior_door_code): """ Sets the exterior_door_code of this RoverCluster. Service generated code for the exterior trailer door of the trailer. :param exterior_door_code: The exterior_door_code of this RoverCluster. :type: str """ self._exterior_door_code = exterior_door_code @property def interior_alarm_disarm_code(self): """ Gets the interior_alarm_disarm_code of this RoverCluster. Service generated code to disarm the interior alarm of the trailer. :return: The interior_alarm_disarm_code of this RoverCluster. :rtype: str """ return self._interior_alarm_disarm_code @interior_alarm_disarm_code.setter def interior_alarm_disarm_code(self, interior_alarm_disarm_code): """ Sets the interior_alarm_disarm_code of this RoverCluster. Service generated code to disarm the interior alarm of the trailer. :param interior_alarm_disarm_code: The interior_alarm_disarm_code of this RoverCluster. :type: str """ self._interior_alarm_disarm_code = interior_alarm_disarm_code @property def super_user_password(self): """ Gets the super_user_password of this RoverCluster. Root password for the rover cluster. :return: The super_user_password of this RoverCluster. :rtype: str """ return self._super_user_password @super_user_password.setter def super_user_password(self, super_user_password): """ Sets the super_user_password of this RoverCluster. Root password for the rover cluster. :param super_user_password: The super_user_password of this RoverCluster. :type: str """ self._super_user_password = super_user_password @property def unlock_passphrase(self): """ Gets the unlock_passphrase of this RoverCluster. Password to unlock the rover cluster. :return: The unlock_passphrase of this RoverCluster. :rtype: str """ return self._unlock_passphrase @unlock_passphrase.setter def unlock_passphrase(self, unlock_passphrase): """ Sets the unlock_passphrase of this RoverCluster. Password to unlock the rover cluster. :param unlock_passphrase: The unlock_passphrase of this RoverCluster. :type: str """ self._unlock_passphrase = unlock_passphrase @property def point_of_contact(self): """ Gets the point_of_contact of this RoverCluster. Name of point of contact for this order if customer is picking up. :return: The point_of_contact of this RoverCluster. :rtype: str """ return self._point_of_contact @point_of_contact.setter def point_of_contact(self, point_of_contact): """ Sets the point_of_contact of this RoverCluster. Name of point of contact for this order if customer is picking up. :param point_of_contact: The point_of_contact of this RoverCluster. :type: str """ self._point_of_contact = point_of_contact @property def point_of_contact_phone_number(self): """ Gets the point_of_contact_phone_number of this RoverCluster. Phone number of point of contact for this order if customer is picking up. :return: The point_of_contact_phone_number of this RoverCluster. :rtype: str """ return self._point_of_contact_phone_number @point_of_contact_phone_number.setter def point_of_contact_phone_number(self, point_of_contact_phone_number): """ Sets the point_of_contact_phone_number of this RoverCluster. Phone number of point of contact for this order if customer is picking up. :param point_of_contact_phone_number: The point_of_contact_phone_number of this RoverCluster. :type: str """ self._point_of_contact_phone_number = point_of_contact_phone_number @property def shipping_preference(self): """ Gets the shipping_preference of this RoverCluster. Preference for device delivery. 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'. :return: The shipping_preference of this RoverCluster. :rtype: str """ return self._shipping_preference @shipping_preference.setter def shipping_preference(self, shipping_preference): """ Sets the shipping_preference of this RoverCluster. Preference for device delivery. :param shipping_preference: The shipping_preference of this RoverCluster. :type: str """ allowed_values = ["ORACLE_SHIPPED", "CUSTOMER_PICKUP"] if not value_allowed_none_or_none_sentinel(shipping_preference, allowed_values): shipping_preference = 'UNKNOWN_ENUM_VALUE' self._shipping_preference = shipping_preference @property def oracle_shipping_tracking_url(self): """ Gets the oracle_shipping_tracking_url of this RoverCluster. Tracking Url for the shipped Rover Cluster. :return: The oracle_shipping_tracking_url of this RoverCluster. :rtype: str """ return self._oracle_shipping_tracking_url @oracle_shipping_tracking_url.setter def oracle_shipping_tracking_url(self, oracle_shipping_tracking_url): """ Sets the oracle_shipping_tracking_url of this RoverCluster. Tracking Url for the shipped Rover Cluster. :param oracle_shipping_tracking_url: The oracle_shipping_tracking_url of this RoverCluster. :type: str """ self._oracle_shipping_tracking_url = oracle_shipping_tracking_url @property def shipping_vendor(self): """ Gets the shipping_vendor of this RoverCluster. Shipping vendor of choice for orace to customer shipping. :return: The shipping_vendor of this RoverCluster. :rtype: str """ return self._shipping_vendor @shipping_vendor.setter def shipping_vendor(self, shipping_vendor): """ Sets the shipping_vendor of this RoverCluster. Shipping vendor of choice for orace to customer shipping. :param shipping_vendor: The shipping_vendor of this RoverCluster. :type: str """ self._shipping_vendor = shipping_vendor @property def time_pickup_expected(self): """ Gets the time_pickup_expected of this RoverCluster. Expected date when customer wants to pickup the device if they chose customer pickup. :return: The time_pickup_expected of this RoverCluster. :rtype: datetime """ return self._time_pickup_expected @time_pickup_expected.setter def time_pickup_expected(self, time_pickup_expected): """ Sets the time_pickup_expected of this RoverCluster. Expected date when customer wants to pickup the device if they chose customer pickup. :param time_pickup_expected: The time_pickup_expected of this RoverCluster. :type: datetime """ self._time_pickup_expected = time_pickup_expected @property def time_return_window_starts(self): """ Gets the time_return_window_starts of this RoverCluster. Start time for the window to pickup the device from customer. :return: The time_return_window_starts of this RoverCluster. :rtype: datetime """ return self._time_return_window_starts @time_return_window_starts.setter def time_return_window_starts(self, time_return_window_starts): """ Sets the time_return_window_starts of this RoverCluster. Start time for the window to pickup the device from customer. :param time_return_window_starts: The time_return_window_starts of this RoverCluster. :type: datetime """ self._time_return_window_starts = time_return_window_starts @property def time_return_window_ends(self): """ Gets the time_return_window_ends of this RoverCluster. End time for the window to pickup the device from customer. :return: The time_return_window_ends of this RoverCluster. :rtype: datetime """ return self._time_return_window_ends @time_return_window_ends.setter def time_return_window_ends(self, time_return_window_ends): """ Sets the time_return_window_ends of this RoverCluster. End time for the window to pickup the device from customer. :param time_return_window_ends: The time_return_window_ends of this RoverCluster. :type: datetime """ self._time_return_window_ends = time_return_window_ends @property def return_shipping_label_uri(self): """ Gets the return_shipping_label_uri of this RoverCluster. Uri to download return shipping label. :return: The return_shipping_label_uri of this RoverCluster. :rtype: str """ return self._return_shipping_label_uri @return_shipping_label_uri.setter def return_shipping_label_uri(self, return_shipping_label_uri): """ Sets the return_shipping_label_uri of this RoverCluster. Uri to download return shipping label. :param return_shipping_label_uri: The return_shipping_label_uri of this RoverCluster. :type: str """ self._return_shipping_label_uri = return_shipping_label_uri @property def is_import_requested(self): """ Gets the is_import_requested of this RoverCluster. The flag indicating that customer requests data to be imported to OCI upon Rover cluster return. :return: The is_import_requested of this RoverCluster. :rtype: bool """ return self._is_import_requested @is_import_requested.setter def is_import_requested(self, is_import_requested): """ Sets the is_import_requested of this RoverCluster. The flag indicating that customer requests data to be imported to OCI upon Rover cluster return. :param is_import_requested: The is_import_requested of this RoverCluster. :type: bool """ self._is_import_requested = is_import_requested @property def import_compartment_id(self): """ Gets the import_compartment_id of this RoverCluster. An OCID of a compartment where data will be imported to upon Rover cluster return. :return: The import_compartment_id of this RoverCluster. :rtype: str """ return self._import_compartment_id @import_compartment_id.setter def import_compartment_id(self, import_compartment_id): """ Sets the import_compartment_id of this RoverCluster. An OCID of a compartment where data will be imported to upon Rover cluster return. :param import_compartment_id: The import_compartment_id of this RoverCluster. :type: str """ self._import_compartment_id = import_compartment_id @property def import_file_bucket(self): """ Gets the import_file_bucket of this RoverCluster. Name of a bucket where files from NFS share will be imported to upon Rover cluster return. :return: The import_file_bucket of this RoverCluster. :rtype: str """ return self._import_file_bucket @import_file_bucket.setter def import_file_bucket(self, import_file_bucket): """ Sets the import_file_bucket of this RoverCluster. Name of a bucket where files from NFS share will be imported to upon Rover cluster return. :param import_file_bucket: The import_file_bucket of this RoverCluster. :type: str """ self._import_file_bucket = import_file_bucket @property def data_validation_code(self): """ Gets the data_validation_code of this RoverCluster. Validation code returned by data validation tool. Required for return shipping label generation if data import was requested. :return: The data_validation_code of this RoverCluster. :rtype: str """ return self._data_validation_code @data_validation_code.setter def data_validation_code(self, data_validation_code): """ Sets the data_validation_code of this RoverCluster. Validation code returned by data validation tool. Required for return shipping label generation if data import was requested. :param data_validation_code: The data_validation_code of this RoverCluster. :type: str """ self._data_validation_code = data_validation_code @property def image_export_par(self): """ Gets the image_export_par of this RoverCluster. The link to pre-authenticated request for a bucket where image workloads are moved. :return: The image_export_par of this RoverCluster. :rtype: str """ return self._image_export_par @image_export_par.setter def image_export_par(self, image_export_par): """ Sets the image_export_par of this RoverCluster. The link to pre-authenticated request for a bucket where image workloads are moved. :param image_export_par: The image_export_par of this RoverCluster. :type: str """ self._image_export_par = image_export_par @property def master_key_id(self): """ Gets the master_key_id of this RoverCluster. Customer provided master key ID to encrypt secret information. If not provided, Rover's master key will be used for encryption. :return: The master_key_id of this RoverCluster. :rtype: str """ return self._master_key_id @master_key_id.setter def master_key_id(self, master_key_id): """ Sets the master_key_id of this RoverCluster. Customer provided master key ID to encrypt secret information. If not provided, Rover's master key will be used for encryption. :param master_key_id: The master_key_id of this RoverCluster. :type: str """ self._master_key_id = master_key_id @property def tags(self): """ Gets the tags of this RoverCluster. The tags associated with tagSlug. :return: The tags of this RoverCluster. :rtype: str """ return self._tags @tags.setter def tags(self, tags): """ Sets the tags of this RoverCluster. The tags associated with tagSlug. :param tags: The tags of this RoverCluster. :type: str """ self._tags = tags @property def freeform_tags(self): """ Gets the freeform_tags of this RoverCluster. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this RoverCluster. :rtype: dict(str, str) """ return self._freeform_tags @freeform_tags.setter def freeform_tags(self, freeform_tags): """ Sets the freeform_tags of this RoverCluster. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{\"Department\": \"Finance\"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this RoverCluster. :type: dict(str, str) """ self._freeform_tags = freeform_tags @property def defined_tags(self): """ Gets the defined_tags of this RoverCluster. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this RoverCluster. :rtype: dict(str, dict(str, object)) """ return self._defined_tags @defined_tags.setter def defined_tags(self, defined_tags): """ Sets the defined_tags of this RoverCluster. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this RoverCluster. :type: dict(str, dict(str, object)) """ self._defined_tags = defined_tags @property def system_tags(self): """ Gets the system_tags of this RoverCluster. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{orcl-cloud: {free-tier-retain: true}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The system_tags of this RoverCluster. :rtype: dict(str, dict(str, object)) """ return self._system_tags @system_tags.setter def system_tags(self, system_tags): """ Sets the system_tags of this RoverCluster. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{orcl-cloud: {free-tier-retain: true}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param system_tags: The system_tags of this RoverCluster. :type: dict(str, dict(str, object)) """ self._system_tags = system_tags def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other