Show / Hide Table of Contents

Class ActiveCycleDetails

Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.

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

Properties

DisplayName

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

Display name of the active Exadata Fleet Update Cycle resource.

Id

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

OCID of the active Exadata Fleet Update Cycle resource.

In this article
Back to top