ActiveCycleDetails¶
-
class
oci.fleet_software_update.models.
ActiveCycleDetails
(**kwargs)¶ Bases:
object
Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
Methods
__init__
(**kwargs)Initializes a new ActiveCycleDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this ActiveCycleDetails. id
Gets the id of this ActiveCycleDetails. -
__init__
(**kwargs)¶ Initializes a new ActiveCycleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ActiveCycleDetails.
- display_name (str) – The value to assign to the display_name property of this ActiveCycleDetails.
-
display_name
¶ Gets the display_name of this ActiveCycleDetails. Display name of the active Exadata Fleet Update Cycle resource.
Returns: The display_name of this ActiveCycleDetails. Return type: str
-
id
¶ Gets the id of this ActiveCycleDetails. OCID of the active Exadata Fleet Update Cycle resource.
Returns: The id of this ActiveCycleDetails. Return type: str
-