Show / Hide Table of Contents

Class RoverBundleVersion

Description of rover bundle version.

Inheritance
object
RoverBundleVersion
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverBundleVersion

Properties

BundleName

Declaration
[JsonProperty(PropertyName = "bundleName")]
public string BundleName { get; set; }
Property Value
Type Description
string

The full name of the bundle.

BundleVersion

Declaration
[Required(ErrorMessage = "BundleVersion is required.")]
[JsonProperty(PropertyName = "bundleVersion")]
public string BundleVersion { get; set; }
Property Value
Type Description
string

The version of the rover bundle.

Remarks

Required

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment OCID of roverNode/roverCluster that needs to be upgraded.

In this article
Back to top