RoverBundleVersion

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

Bases: object

Description of rover bundle version.

Methods

__init__(**kwargs) Initializes a new RoverBundleVersion object with values from keyword arguments.

Attributes

bundle_name Gets the bundle_name of this RoverBundleVersion.
bundle_version [Required] Gets the bundle_version of this RoverBundleVersion.
compartment_id Gets the compartment_id of this RoverBundleVersion.
__init__(**kwargs)

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

Parameters:
  • bundle_version (str) – The value to assign to the bundle_version property of this RoverBundleVersion.
  • compartment_id (str) – The value to assign to the compartment_id property of this RoverBundleVersion.
  • bundle_name (str) – The value to assign to the bundle_name property of this RoverBundleVersion.
bundle_name

Gets the bundle_name of this RoverBundleVersion. The full name of the bundle.

Returns:The bundle_name of this RoverBundleVersion.
Return type:str
bundle_version

[Required] Gets the bundle_version of this RoverBundleVersion. The version of the rover bundle.

Returns:The bundle_version of this RoverBundleVersion.
Return type:str
compartment_id

Gets the compartment_id of this RoverBundleVersion. The compartment OCID of roverNode/roverCluster that needs to be upgraded.

Returns:The compartment_id of this RoverBundleVersion.
Return type:str