UpgradeDeploymentSpecificReleaseDetails

class oci.golden_gate.models.UpgradeDeploymentSpecificReleaseDetails(**kwargs)

Bases: oci.golden_gate.models.upgrade_deployment_details.UpgradeDeploymentDetails

Definition of the additional attributes for a Specific Release upgrade.

Attributes

TYPE_CURRENT_RELEASE str(object=’’) -> str
TYPE_SPECIFIC_RELEASE str(object=’’) -> str
ogg_version [Required] Gets the ogg_version of this UpgradeDeploymentSpecificReleaseDetails.
type [Required] Gets the type of this UpgradeDeploymentDetails.

Methods

__init__(**kwargs) Initializes a new UpgradeDeploymentSpecificReleaseDetails 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.
TYPE_CURRENT_RELEASE = 'CURRENT_RELEASE'
TYPE_SPECIFIC_RELEASE = 'SPECIFIC_RELEASE'
__init__(**kwargs)

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

Parameters:
  • type (str) – The value to assign to the type property of this UpgradeDeploymentSpecificReleaseDetails. Allowed values for this property are: “CURRENT_RELEASE”, “SPECIFIC_RELEASE”
  • ogg_version (str) – The value to assign to the ogg_version property of this UpgradeDeploymentSpecificReleaseDetails.
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.

ogg_version

[Required] Gets the ogg_version of this UpgradeDeploymentSpecificReleaseDetails. Version of OGG

Returns:The ogg_version of this UpgradeDeploymentSpecificReleaseDetails.
Return type:str
type

[Required] Gets the type of this UpgradeDeploymentDetails. The type of a deployment upgrade

Allowed values for this property are: “CURRENT_RELEASE”, “SPECIFIC_RELEASE”

Returns:The type of this UpgradeDeploymentDetails.
Return type:str