Show / Hide Table of Contents

Class CccUpgradeInformation

Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.

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

Properties

CurrentVersion

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

The current version of software installed on the Compute Cloud@Customer infrastructure.

IsActive

Declaration
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
Type Description
bool?

Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).

ScheduledUpgradeDuration

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

Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.

TimeOfScheduledUpgrade

Declaration
[JsonProperty(PropertyName = "timeOfScheduledUpgrade")]
public DateTime? TimeOfScheduledUpgrade { get; set; }
Property Value
Type Description
DateTime?

Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.

In this article
Back to top