Class CurrentRoverBundleDetails
Information required to list all available valid rover bundle versions that can be upgraded based on current bundle version.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class CurrentRoverBundleDetailsProperties
CurrentRoverBundleVersion
Declaration
[Required(ErrorMessage = "CurrentRoverBundleVersion is required.")]
[JsonProperty(PropertyName = "currentRoverBundleVersion")]
public string CurrentRoverBundleVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The version of current rover bundle on customer's roverNode or roverCluster device. | 
Remarks
Required