InstallPatchDetails¶
-
class
oci.bds.models.
InstallPatchDetails
(**kwargs)¶ Bases:
object
The reqeust body while installing a patch to a cluster.
Methods
__init__
(**kwargs)Initializes a new InstallPatchDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this InstallPatchDetails. patching_config
Gets the patching_config of this InstallPatchDetails. version
[Required] Gets the version of this InstallPatchDetails. -
__init__
(**kwargs)¶ Initializes a new InstallPatchDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (str) – The value to assign to the version property of this InstallPatchDetails.
- cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this InstallPatchDetails.
- patching_config (oci.bds.models.OdhPatchingConfig) – The value to assign to the patching_config property of this InstallPatchDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this InstallPatchDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this InstallPatchDetails. Return type: str
-
patching_config
¶ Gets the patching_config of this InstallPatchDetails.
Returns: The patching_config of this InstallPatchDetails. Return type: oci.bds.models.OdhPatchingConfig
-
version
¶ [Required] Gets the version of this InstallPatchDetails. The version of the patch to be installed.
Returns: The version of this InstallPatchDetails. Return type: str
-