ExadbStackFsuGoalVersionDetails¶
-
class
oci.fleet_software_update.models.
ExadbStackFsuGoalVersionDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.fsu_goal_version_details.FsuGoalVersionDetails
Details of goal version for an ‘EXADB_STACK’ type Exadata Fleet Update Collection. Currently, components allowed in an Exadata software stack are ‘GUEST_OS’ and ‘GI’. At least two distinct component types are required for an Exadata software stack.
Attributes
HOME_POLICY_CREATE_NEW
str(object=’’) -> str HOME_POLICY_USE_EXISTING
str(object=’’) -> str TYPE_EXADB_STACK
str(object=’’) -> str TYPE_IMAGE_ID
str(object=’’) -> str TYPE_VERSION
str(object=’’) -> str components
[Required] Gets the components of this ExadbStackFsuGoalVersionDetails. home_policy
Gets the home_policy of this FsuGoalVersionDetails. new_home_prefix
Gets the new_home_prefix of this FsuGoalVersionDetails. type
[Required] Gets the type of this FsuGoalVersionDetails. Methods
__init__
(**kwargs)Initializes a new ExadbStackFsuGoalVersionDetails 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. -
HOME_POLICY_CREATE_NEW
= 'CREATE_NEW'¶
-
HOME_POLICY_USE_EXISTING
= 'USE_EXISTING'¶
-
TYPE_EXADB_STACK
= 'EXADB_STACK'¶
-
TYPE_IMAGE_ID
= 'IMAGE_ID'¶
-
TYPE_VERSION
= 'VERSION'¶
-
__init__
(**kwargs)¶ Initializes a new ExadbStackFsuGoalVersionDetails object with values from keyword arguments. The default value of the
type
attribute of this class isEXADB_STACK
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 ExadbStackFsuGoalVersionDetails. Allowed values for this property are: “VERSION”, “IMAGE_ID”, “EXADB_STACK”
- home_policy (str) – The value to assign to the home_policy property of this ExadbStackFsuGoalVersionDetails. Allowed values for this property are: “CREATE_NEW”, “USE_EXISTING”
- new_home_prefix (str) – The value to assign to the new_home_prefix property of this ExadbStackFsuGoalVersionDetails.
- components (list[oci.fleet_software_update.models.GoalSoftwareComponentDetails]) – The value to assign to the components property of this ExadbStackFsuGoalVersionDetails.
-
components
¶ [Required] Gets the components of this ExadbStackFsuGoalVersionDetails. Details of goal versions for components in an Exadata software stack.
Returns: The components of this ExadbStackFsuGoalVersionDetails. Return type: list[oci.fleet_software_update.models.GoalSoftwareComponentDetails]
-
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.
-
home_policy
¶ Gets the home_policy of this FsuGoalVersionDetails. Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home.
If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.Allowed values for this property are: “CREATE_NEW”, “USE_EXISTING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The home_policy of this FsuGoalVersionDetails. Return type: str
-
new_home_prefix
¶ Gets the new_home_prefix of this FsuGoalVersionDetails. Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default OCI DB home resource will be generated for the new DB home resources created.
Returns: The new_home_prefix of this FsuGoalVersionDetails. Return type: str
-
type
¶ [Required] Gets the type of this FsuGoalVersionDetails. Type of goal version specified
Allowed values for this property are: “VERSION”, “IMAGE_ID”, “EXADB_STACK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this FsuGoalVersionDetails. Return type: str
-