CurrentRoverBundleDetails¶
-
class
oci.rover.models.
CurrentRoverBundleDetails
(**kwargs)¶ Bases:
object
Information required to list all available valid rover bundle versions that can be upgraded based on current bundle version.
Methods
__init__
(**kwargs)Initializes a new CurrentRoverBundleDetails object with values from keyword arguments. Attributes
current_rover_bundle_version
[Required] Gets the current_rover_bundle_version of this CurrentRoverBundleDetails. -
__init__
(**kwargs)¶ Initializes a new CurrentRoverBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: current_rover_bundle_version (str) – The value to assign to the current_rover_bundle_version property of this CurrentRoverBundleDetails.
-
current_rover_bundle_version
¶ [Required] Gets the current_rover_bundle_version of this CurrentRoverBundleDetails. The version of current rover bundle on customer’s roverNode or roverCluster device.
Returns: The current_rover_bundle_version of this CurrentRoverBundleDetails. Return type: str
-