UpgradeGiCollectionDetails

class oci.fleet_software_update.models.UpgradeGiCollectionDetails(**kwargs)

Bases: oci.fleet_software_update.models.upgrade_details.UpgradeDetails

Details of supported upgrade options for GI collection.

Attributes

COLLECTION_TYPE_DB str(object=’’) -> str
COLLECTION_TYPE_GI str(object=’’) -> str
collection_type [Required] Gets the collection_type of this UpgradeDetails.
is_ignore_post_upgrade_errors Gets the is_ignore_post_upgrade_errors of this UpgradeGiCollectionDetails.
is_ignore_prerequisites Gets the is_ignore_prerequisites of this UpgradeGiCollectionDetails.

Methods

__init__(**kwargs) Initializes a new UpgradeGiCollectionDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
COLLECTION_TYPE_DB = 'DB'
COLLECTION_TYPE_GI = 'GI'
__init__(**kwargs)

Initializes a new UpgradeGiCollectionDetails object with values from keyword arguments. The default value of the collection_type attribute of this class is GI and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • collection_type (str) – The value to assign to the collection_type property of this UpgradeGiCollectionDetails. Allowed values for this property are: “DB”, “GI”
  • is_ignore_prerequisites (bool) – The value to assign to the is_ignore_prerequisites property of this UpgradeGiCollectionDetails.
  • is_ignore_post_upgrade_errors (bool) – The value to assign to the is_ignore_post_upgrade_errors property of this UpgradeGiCollectionDetails.
collection_type

[Required] Gets the collection_type of this UpgradeDetails. Type of Exadata Fleet Update collection being upgraded.

Allowed values for this property are: “DB”, “GI”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The collection_type of this UpgradeDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_ignore_post_upgrade_errors

Gets the is_ignore_post_upgrade_errors of this UpgradeGiCollectionDetails. Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.

Returns:The is_ignore_post_upgrade_errors of this UpgradeGiCollectionDetails.
Return type:bool
is_ignore_prerequisites

Gets the is_ignore_prerequisites of this UpgradeGiCollectionDetails. Ignore the Cluster Verification Utility (CVU) prerequisite checks.

Returns:The is_ignore_prerequisites of this UpgradeGiCollectionDetails.
Return type:bool