BdsClusterVersionSummary¶
-
class
oci.bds.models.
BdsClusterVersionSummary
(**kwargs)¶ Bases:
object
Cluster version details including bds and odh version information.
Methods
__init__
(**kwargs)Initializes a new BdsClusterVersionSummary object with values from keyword arguments. Attributes
bds_version
[Required] Gets the bds_version of this BdsClusterVersionSummary. odh_version
Gets the odh_version of this BdsClusterVersionSummary. -
__init__
(**kwargs)¶ Initializes a new BdsClusterVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bds_version (str) – The value to assign to the bds_version property of this BdsClusterVersionSummary.
- odh_version (str) – The value to assign to the odh_version property of this BdsClusterVersionSummary.
-
bds_version
¶ [Required] Gets the bds_version of this BdsClusterVersionSummary. BDS version to be used for cluster creation
Returns: The bds_version of this BdsClusterVersionSummary. Return type: str
-
odh_version
¶ Gets the odh_version of this BdsClusterVersionSummary. ODH version to be used for cluster creation
Returns: The odh_version of this BdsClusterVersionSummary. Return type: str
-