RoverNode

class oci.rover.models.RoverNode(**kwargs)

Bases: object

Information about a RoverNode.

Attributes

CERT_KEY_ALGORITHM_ECDSA_P256 A constant which can be used with the cert_key_algorithm property of a RoverNode.
CERT_KEY_ALGORITHM_ECDSA_P384 A constant which can be used with the cert_key_algorithm property of a RoverNode.
CERT_KEY_ALGORITHM_RSA2048 A constant which can be used with the cert_key_algorithm property of a RoverNode.
CERT_KEY_ALGORITHM_RSA4096 A constant which can be used with the cert_key_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA256_WITH_ECDSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA256_WITH_RSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA384_WITH_ECDSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA384_WITH_RSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA512_WITH_ECDSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
CERT_SIGNATURE_ALGORITHM_SHA512_WITH_RSA A constant which can be used with the cert_signature_algorithm property of a RoverNode.
ENCLOSURE_TYPE_NON_RUGGADIZED A constant which can be used with the enclosure_type property of a RoverNode.
ENCLOSURE_TYPE_RUGGADIZED A constant which can be used with the enclosure_type property of a RoverNode.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a RoverNode.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a RoverNode.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a RoverNode.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a RoverNode.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a RoverNode.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a RoverNode.
NODE_TYPE_CLUSTERED A constant which can be used with the node_type property of a RoverNode.
NODE_TYPE_STANDALONE A constant which can be used with the node_type property of a RoverNode.
NODE_TYPE_STATION A constant which can be used with the node_type property of a RoverNode.
SHIPPING_PREFERENCE_CUSTOMER_PICKUP A constant which can be used with the shipping_preference property of a RoverNode.
SHIPPING_PREFERENCE_ORACLE_SHIPPED A constant which can be used with the shipping_preference property of a RoverNode.
cert_compartment_id Gets the cert_compartment_id of this RoverNode.
cert_key_algorithm Gets the cert_key_algorithm of this RoverNode.
cert_signature_algorithm Gets the cert_signature_algorithm of this RoverNode.
certificate_authority_id Gets the certificate_authority_id of this RoverNode.
certificate_id Gets the certificate_id of this RoverNode.
certificate_version_number Gets the certificate_version_number of this RoverNode.
cluster_id Gets the cluster_id of this RoverNode.
common_name Gets the common_name of this RoverNode.
compartment_id [Required] Gets the compartment_id of this RoverNode.
customer_shipping_address Gets the customer_shipping_address of this RoverNode.
data_validation_code Gets the data_validation_code of this RoverNode.
defined_tags Gets the defined_tags of this RoverNode.
delivery_tracking_info Gets the delivery_tracking_info of this RoverNode.
display_name [Required] Gets the display_name of this RoverNode.
enclosure_type Gets the enclosure_type of this RoverNode.
freeform_tags Gets the freeform_tags of this RoverNode.
id [Required] Gets the id of this RoverNode.
image_export_par Gets the image_export_par of this RoverNode.
import_compartment_id Gets the import_compartment_id of this RoverNode.
import_file_bucket Gets the import_file_bucket of this RoverNode.
is_import_requested Gets the is_import_requested of this RoverNode.
lifecycle_state [Required] Gets the lifecycle_state of this RoverNode.
lifecycle_state_details Gets the lifecycle_state_details of this RoverNode.
master_key_id Gets the master_key_id of this RoverNode.
node_type Gets the node_type of this RoverNode.
node_workloads Gets the node_workloads of this RoverNode.
oracle_shipping_tracking_url Gets the oracle_shipping_tracking_url of this RoverNode.
point_of_contact Gets the point_of_contact of this RoverNode.
point_of_contact_phone_number Gets the point_of_contact_phone_number of this RoverNode.
public_key Gets the public_key of this RoverNode.
return_shipping_label_uri Gets the return_shipping_label_uri of this RoverNode.
serial_number Gets the serial_number of this RoverNode.
shape Gets the shape of this RoverNode.
shipping_preference Gets the shipping_preference of this RoverNode.
shipping_vendor Gets the shipping_vendor of this RoverNode.
super_user_password Gets the super_user_password of this RoverNode.
system_tags Gets the system_tags of this RoverNode.
tags Gets the tags of this RoverNode.
time_cert_validity_end Gets the time_cert_validity_end of this RoverNode.
time_created Gets the time_created of this RoverNode.
time_customer_receieved Gets the time_customer_receieved of this RoverNode.
time_customer_returned Gets the time_customer_returned of this RoverNode.
time_pickup_expected Gets the time_pickup_expected of this RoverNode.
time_return_window_ends Gets the time_return_window_ends of this RoverNode.
time_return_window_starts Gets the time_return_window_starts of this RoverNode.
unlock_passphrase Gets the unlock_passphrase of this RoverNode.

Methods

__init__(**kwargs) Initializes a new RoverNode object with values from keyword arguments.
CERT_KEY_ALGORITHM_ECDSA_P256 = 'ECDSA_P256'

A constant which can be used with the cert_key_algorithm property of a RoverNode. This constant has a value of “ECDSA_P256”

CERT_KEY_ALGORITHM_ECDSA_P384 = 'ECDSA_P384'

A constant which can be used with the cert_key_algorithm property of a RoverNode. This constant has a value of “ECDSA_P384”

CERT_KEY_ALGORITHM_RSA2048 = 'RSA2048'

A constant which can be used with the cert_key_algorithm property of a RoverNode. This constant has a value of “RSA2048”

CERT_KEY_ALGORITHM_RSA4096 = 'RSA4096'

A constant which can be used with the cert_key_algorithm property of a RoverNode. This constant has a value of “RSA4096”

CERT_SIGNATURE_ALGORITHM_SHA256_WITH_ECDSA = 'SHA256_WITH_ECDSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA256_WITH_ECDSA”

CERT_SIGNATURE_ALGORITHM_SHA256_WITH_RSA = 'SHA256_WITH_RSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA256_WITH_RSA”

CERT_SIGNATURE_ALGORITHM_SHA384_WITH_ECDSA = 'SHA384_WITH_ECDSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA384_WITH_ECDSA”

CERT_SIGNATURE_ALGORITHM_SHA384_WITH_RSA = 'SHA384_WITH_RSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA384_WITH_RSA”

CERT_SIGNATURE_ALGORITHM_SHA512_WITH_ECDSA = 'SHA512_WITH_ECDSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA512_WITH_ECDSA”

CERT_SIGNATURE_ALGORITHM_SHA512_WITH_RSA = 'SHA512_WITH_RSA'

A constant which can be used with the cert_signature_algorithm property of a RoverNode. This constant has a value of “SHA512_WITH_RSA”

ENCLOSURE_TYPE_NON_RUGGADIZED = 'NON_RUGGADIZED'

A constant which can be used with the enclosure_type property of a RoverNode. This constant has a value of “NON_RUGGADIZED”

ENCLOSURE_TYPE_RUGGADIZED = 'RUGGADIZED'

A constant which can be used with the enclosure_type property of a RoverNode. This constant has a value of “RUGGADIZED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a RoverNode. This constant has a value of “UPDATING”

NODE_TYPE_CLUSTERED = 'CLUSTERED'

A constant which can be used with the node_type property of a RoverNode. This constant has a value of “CLUSTERED”

NODE_TYPE_STANDALONE = 'STANDALONE'

A constant which can be used with the node_type property of a RoverNode. This constant has a value of “STANDALONE”

NODE_TYPE_STATION = 'STATION'

A constant which can be used with the node_type property of a RoverNode. This constant has a value of “STATION”

SHIPPING_PREFERENCE_CUSTOMER_PICKUP = 'CUSTOMER_PICKUP'

A constant which can be used with the shipping_preference property of a RoverNode. This constant has a value of “CUSTOMER_PICKUP”

SHIPPING_PREFERENCE_ORACLE_SHIPPED = 'ORACLE_SHIPPED'

A constant which can be used with the shipping_preference property of a RoverNode. This constant has a value of “ORACLE_SHIPPED”

__init__(**kwargs)

Initializes a new RoverNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this RoverNode.
  • cluster_id (str) – The value to assign to the cluster_id property of this RoverNode.
  • compartment_id (str) – The value to assign to the compartment_id property of this RoverNode.
  • node_type (str) – The value to assign to the node_type property of this RoverNode. Allowed values for this property are: “STANDALONE”, “CLUSTERED”, “STATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • shape (str) – The value to assign to the shape property of this RoverNode.
  • enclosure_type (str) – The value to assign to the enclosure_type property of this RoverNode. 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’.
  • serial_number (str) – The value to assign to the serial_number property of this RoverNode.
  • display_name (str) – The value to assign to the display_name property of this RoverNode.
  • time_created (datetime) – The value to assign to the time_created property of this RoverNode.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this RoverNode. 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’.
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this RoverNode.
  • customer_shipping_address (oci.rover.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this RoverNode.
  • node_workloads (list[oci.rover.models.RoverWorkload]) – The value to assign to the node_workloads property of this RoverNode.
  • time_customer_receieved (datetime) – The value to assign to the time_customer_receieved property of this RoverNode.
  • time_customer_returned (datetime) – The value to assign to the time_customer_returned property of this RoverNode.
  • delivery_tracking_info (str) – The value to assign to the delivery_tracking_info property of this RoverNode.
  • super_user_password (str) – The value to assign to the super_user_password property of this RoverNode.
  • unlock_passphrase (str) – The value to assign to the unlock_passphrase property of this RoverNode.
  • point_of_contact (str) – The value to assign to the point_of_contact property of this RoverNode.
  • point_of_contact_phone_number (str) – The value to assign to the point_of_contact_phone_number property of this RoverNode.
  • shipping_preference (str) – The value to assign to the shipping_preference property of this RoverNode. 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’.
  • shipping_vendor (str) – The value to assign to the shipping_vendor property of this RoverNode.
  • time_pickup_expected (datetime) – The value to assign to the time_pickup_expected property of this RoverNode.
  • time_return_window_starts (datetime) – The value to assign to the time_return_window_starts property of this RoverNode.
  • oracle_shipping_tracking_url (str) – The value to assign to the oracle_shipping_tracking_url property of this RoverNode.
  • time_return_window_ends (datetime) – The value to assign to the time_return_window_ends property of this RoverNode.
  • return_shipping_label_uri (str) – The value to assign to the return_shipping_label_uri property of this RoverNode.
  • is_import_requested (bool) – The value to assign to the is_import_requested property of this RoverNode.
  • import_compartment_id (str) – The value to assign to the import_compartment_id property of this RoverNode.
  • import_file_bucket (str) – The value to assign to the import_file_bucket property of this RoverNode.
  • data_validation_code (str) – The value to assign to the data_validation_code property of this RoverNode.
  • public_key (str) – The value to assign to the public_key property of this RoverNode.
  • image_export_par (str) – The value to assign to the image_export_par property of this RoverNode.
  • master_key_id (str) – The value to assign to the master_key_id property of this RoverNode.
  • certificate_authority_id (str) – The value to assign to the certificate_authority_id property of this RoverNode.
  • time_cert_validity_end (datetime) – The value to assign to the time_cert_validity_end property of this RoverNode.
  • common_name (str) – The value to assign to the common_name property of this RoverNode.
  • cert_compartment_id (str) – The value to assign to the cert_compartment_id property of this RoverNode.
  • certificate_version_number (str) – The value to assign to the certificate_version_number property of this RoverNode.
  • certificate_id (str) – The value to assign to the certificate_id property of this RoverNode.
  • cert_key_algorithm (str) – The value to assign to the cert_key_algorithm property of this RoverNode. Allowed values for this property are: “RSA2048”, “RSA4096”, “ECDSA_P256”, “ECDSA_P384”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • cert_signature_algorithm (str) – The value to assign to the cert_signature_algorithm property of this RoverNode. Allowed values for this property are: “SHA256_WITH_RSA”, “SHA384_WITH_RSA”, “SHA512_WITH_RSA”, “SHA256_WITH_ECDSA”, “SHA384_WITH_ECDSA”, “SHA512_WITH_ECDSA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • tags (str) – The value to assign to the tags property of this RoverNode.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this RoverNode.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this RoverNode.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this RoverNode.
cert_compartment_id

Gets the cert_compartment_id of this RoverNode. The compartmentId of the leaf certificate.

Returns:The cert_compartment_id of this RoverNode.
Return type:str
cert_key_algorithm

Gets the cert_key_algorithm of this RoverNode. key algorithm for issuing leaf certificate.

Allowed values for this property are: “RSA2048”, “RSA4096”, “ECDSA_P256”, “ECDSA_P384”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The cert_key_algorithm of this RoverNode.
Return type:str
cert_signature_algorithm

Gets the cert_signature_algorithm of this RoverNode. signature algorithm for issuing leaf certificate.

Allowed values for this property are: “SHA256_WITH_RSA”, “SHA384_WITH_RSA”, “SHA512_WITH_RSA”, “SHA256_WITH_ECDSA”, “SHA384_WITH_ECDSA”, “SHA512_WITH_ECDSA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The cert_signature_algorithm of this RoverNode.
Return type:str
certificate_authority_id

Gets the certificate_authority_id of this RoverNode. The certificateAuthorityId of subordinate/intermediate certificate authority.

Returns:The certificate_authority_id of this RoverNode.
Return type:str
certificate_id

Gets the certificate_id of this RoverNode. The id of the leaf certificate.

Returns:The certificate_id of this RoverNode.
Return type:str
certificate_version_number

Gets the certificate_version_number of this RoverNode. The version number of the leaf certificate.

Returns:The certificate_version_number of this RoverNode.
Return type:str
cluster_id

Gets the cluster_id of this RoverNode. The cluster ID if the node is part of a cluster.

Returns:The cluster_id of this RoverNode.
Return type:str
common_name

Gets the common_name of this RoverNode. The common name for the leaf certificate.

Returns:The common_name of this RoverNode.
Return type:str
compartment_id

[Required] Gets the compartment_id of this RoverNode. The OCID of the compartment containing the RoverNode.

Returns:The compartment_id of this RoverNode.
Return type:str
customer_shipping_address

Gets the customer_shipping_address of this RoverNode.

Returns:The customer_shipping_address of this RoverNode.
Return type:oci.rover.models.ShippingAddress
data_validation_code

Gets the data_validation_code of this RoverNode. Validation code returned by data validation tool. Required for return shipping label generation if data import was requested.

Returns:The data_validation_code of this RoverNode.
Return type:str
defined_tags

Gets the defined_tags of this RoverNode. 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”}}

Returns:The defined_tags of this RoverNode.
Return type:dict(str, dict(str, object))
delivery_tracking_info

Gets the delivery_tracking_info of this RoverNode. Tracking information for device shipping.

Returns:The delivery_tracking_info of this RoverNode.
Return type:str
display_name

[Required] Gets the display_name of this RoverNode. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this RoverNode.
Return type:str
enclosure_type

Gets the enclosure_type of this RoverNode. The type of enclosure rover node is 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’.

Returns:The enclosure_type of this RoverNode.
Return type:str
freeform_tags

Gets the freeform_tags of this RoverNode. 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”}

Returns:The freeform_tags of this RoverNode.
Return type:dict(str, str)
id

[Required] Gets the id of this RoverNode. The OCID of RoverNode.

Returns:The id of this RoverNode.
Return type:str
image_export_par

Gets the image_export_par of this RoverNode. The link to pre-authenticated request for a bucket where image workloads are moved.

Returns:The image_export_par of this RoverNode.
Return type:str
import_compartment_id

Gets the import_compartment_id of this RoverNode. An OCID of a compartment where data will be imported to upon Rover node return.

Returns:The import_compartment_id of this RoverNode.
Return type:str
import_file_bucket

Gets the import_file_bucket of this RoverNode. Name of a bucket where files from NFS share will be imported to upon Rover node return.

Returns:The import_file_bucket of this RoverNode.
Return type:str
is_import_requested

Gets the is_import_requested of this RoverNode. The flag indicating that customer requests data to be imported to OCI upon Rover node return.

Returns:The is_import_requested of this RoverNode.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this RoverNode. The current state of the RoverNode.

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’.

Returns:The lifecycle_state of this RoverNode.
Return type:str
lifecycle_state_details

Gets the lifecycle_state_details of this RoverNode. A property that can contain details on the lifecycle.

Returns:The lifecycle_state_details of this RoverNode.
Return type:str
master_key_id

Gets the master_key_id of this RoverNode. Customer provided master key ID to encrypt secret information. If not provided, Rover’s master key will be used for encryption.

Returns:The master_key_id of this RoverNode.
Return type:str
node_type

Gets the node_type of this RoverNode. The type of node indicating if it belongs to a cluster

Allowed values for this property are: “STANDALONE”, “CLUSTERED”, “STATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The node_type of this RoverNode.
Return type:str
node_workloads

Gets the node_workloads of this RoverNode. List of existing workloads that should be provisioned on the node.

Returns:The node_workloads of this RoverNode.
Return type:list[oci.rover.models.RoverWorkload]
oracle_shipping_tracking_url

Gets the oracle_shipping_tracking_url of this RoverNode. Tracking Url for the shipped RoverNode.

Returns:The oracle_shipping_tracking_url of this RoverNode.
Return type:str
point_of_contact

Gets the point_of_contact of this RoverNode. Name of point of contact for this order if customer is picking up.

Returns:The point_of_contact of this RoverNode.
Return type:str
point_of_contact_phone_number

Gets the point_of_contact_phone_number of this RoverNode. Phone number of point of contact for this order if customer is picking up.

Returns:The point_of_contact_phone_number of this RoverNode.
Return type:str
public_key

Gets the public_key of this RoverNode. The public key of the resource principal

Returns:The public_key of this RoverNode.
Return type:str
return_shipping_label_uri

Gets the return_shipping_label_uri of this RoverNode. Uri to download return shipping label.

Returns:The return_shipping_label_uri of this RoverNode.
Return type:str
serial_number

Gets the serial_number of this RoverNode. Serial number of the node.

Returns:The serial_number of this RoverNode.
Return type:str
shape

Gets the shape of this RoverNode. The shape of the node.

Returns:The shape of this RoverNode.
Return type:str
shipping_preference

Gets the shipping_preference of this RoverNode. 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’.

Returns:The shipping_preference of this RoverNode.
Return type:str
shipping_vendor

Gets the shipping_vendor of this RoverNode. Shipping vendor of choice for orace to customer shipping.

Returns:The shipping_vendor of this RoverNode.
Return type:str
super_user_password

Gets the super_user_password of this RoverNode. Root password for the rover node.

Returns:The super_user_password of this RoverNode.
Return type:str
system_tags

Gets the system_tags of this RoverNode. 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}}

Returns:The system_tags of this RoverNode.
Return type:dict(str, dict(str, object))
tags

Gets the tags of this RoverNode. The tags associated with tagSlug.

Returns:The tags of this RoverNode.
Return type:str
time_cert_validity_end

Gets the time_cert_validity_end of this RoverNode. The time after which leaf certificate will invalid.

Returns:The time_cert_validity_end of this RoverNode.
Return type:datetime
time_created

Gets the time_created of this RoverNode. The time the the RoverNode was created. An RFC3339 formatted datetime string

Returns:The time_created of this RoverNode.
Return type:datetime
time_customer_receieved

Gets the time_customer_receieved of this RoverNode. Date and time when customer received tne node.

Returns:The time_customer_receieved of this RoverNode.
Return type:datetime
time_customer_returned

Gets the time_customer_returned of this RoverNode. Date and time when customer returned the node.

Returns:The time_customer_returned of this RoverNode.
Return type:datetime
time_pickup_expected

Gets the time_pickup_expected of this RoverNode. Expected date when customer wants to pickup the device if they chose customer pickup.

Returns:The time_pickup_expected of this RoverNode.
Return type:datetime
time_return_window_ends

Gets the time_return_window_ends of this RoverNode. End time for the window to pickup the device from customer.

Returns:The time_return_window_ends of this RoverNode.
Return type:datetime
time_return_window_starts

Gets the time_return_window_starts of this RoverNode. Start time for the window to pickup the device from customer.

Returns:The time_return_window_starts of this RoverNode.
Return type:datetime
unlock_passphrase

Gets the unlock_passphrase of this RoverNode. Password to unlock the rover node.

Returns:The unlock_passphrase of this RoverNode.
Return type:str