ClusterDetails¶
-
class
oci.bds.models.
ClusterDetails
(**kwargs)¶ Bases:
object
Specific info about a Hadoop cluster
Methods
__init__
(**kwargs)Initializes a new ClusterDetails object with values from keyword arguments. Attributes
ambari_url
Gets the ambari_url of this ClusterDetails. bd_cell_version
Gets the bd_cell_version of this ClusterDetails. bda_version
Gets the bda_version of this ClusterDetails. bdm_version
Gets the bdm_version of this ClusterDetails. bds_version
Gets the bds_version of this ClusterDetails. big_data_manager_url
Gets the big_data_manager_url of this ClusterDetails. cloudera_manager_url
Gets the cloudera_manager_url of this ClusterDetails. csql_cell_version
Gets the csql_cell_version of this ClusterDetails. db_version
Gets the db_version of this ClusterDetails. hue_server_url
Gets the hue_server_url of this ClusterDetails. jupyter_hub_url
Gets the jupyter_hub_url of this ClusterDetails. odh_version
Gets the odh_version of this ClusterDetails. os_version
Gets the os_version of this ClusterDetails. time_created
[Required] Gets the time_created of this ClusterDetails. time_refreshed
Gets the time_refreshed of this ClusterDetails. -
__init__
(**kwargs)¶ Initializes a new ClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bda_version (str) – The value to assign to the bda_version property of this ClusterDetails.
- bdm_version (str) – The value to assign to the bdm_version property of this ClusterDetails.
- bds_version (str) – The value to assign to the bds_version property of this ClusterDetails.
- os_version (str) – The value to assign to the os_version property of this ClusterDetails.
- db_version (str) – The value to assign to the db_version property of this ClusterDetails.
- bd_cell_version (str) – The value to assign to the bd_cell_version property of this ClusterDetails.
- csql_cell_version (str) – The value to assign to the csql_cell_version property of this ClusterDetails.
- time_created (datetime) – The value to assign to the time_created property of this ClusterDetails.
- time_refreshed (datetime) – The value to assign to the time_refreshed property of this ClusterDetails.
- cloudera_manager_url (str) – The value to assign to the cloudera_manager_url property of this ClusterDetails.
- ambari_url (str) – The value to assign to the ambari_url property of this ClusterDetails.
- big_data_manager_url (str) – The value to assign to the big_data_manager_url property of this ClusterDetails.
- hue_server_url (str) – The value to assign to the hue_server_url property of this ClusterDetails.
- odh_version (str) – The value to assign to the odh_version property of this ClusterDetails.
- jupyter_hub_url (str) – The value to assign to the jupyter_hub_url property of this ClusterDetails.
-
ambari_url
¶ Gets the ambari_url of this ClusterDetails. The URL of Ambari
Returns: The ambari_url of this ClusterDetails. Return type: str
-
bd_cell_version
¶ Gets the bd_cell_version of this ClusterDetails. Cloud SQL cell version.
Returns: The bd_cell_version of this ClusterDetails. Return type: str
-
bda_version
¶ Gets the bda_version of this ClusterDetails. BDA version installed in the cluster
Returns: The bda_version of this ClusterDetails. Return type: str
-
bdm_version
¶ Gets the bdm_version of this ClusterDetails. Big Data Manager version installed in the cluster.
Returns: The bdm_version of this ClusterDetails. Return type: str
-
bds_version
¶ Gets the bds_version of this ClusterDetails. Big Data Service version installed in the cluster.
Returns: The bds_version of this ClusterDetails. Return type: str
-
big_data_manager_url
¶ Gets the big_data_manager_url of this ClusterDetails. The URL of Big Data Manager.
Returns: The big_data_manager_url of this ClusterDetails. Return type: str
-
cloudera_manager_url
¶ Gets the cloudera_manager_url of this ClusterDetails. The URL of Cloudera Manager
Returns: The cloudera_manager_url of this ClusterDetails. Return type: str
-
csql_cell_version
¶ Gets the csql_cell_version of this ClusterDetails. Big Data SQL version.
Returns: The csql_cell_version of this ClusterDetails. Return type: str
-
db_version
¶ Gets the db_version of this ClusterDetails. Cloud SQL query server database version.
Returns: The db_version of this ClusterDetails. Return type: str
-
hue_server_url
¶ Gets the hue_server_url of this ClusterDetails. The URL of the Hue server.
Returns: The hue_server_url of this ClusterDetails. Return type: str
-
jupyter_hub_url
¶ Gets the jupyter_hub_url of this ClusterDetails. The URL of the Jupyterhub.
Returns: The jupyter_hub_url of this ClusterDetails. Return type: str
-
odh_version
¶ Gets the odh_version of this ClusterDetails. Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
Returns: The odh_version of this ClusterDetails. Return type: str
-
os_version
¶ Gets the os_version of this ClusterDetails. Oracle Linux version installed in the cluster.
Returns: The os_version of this ClusterDetails. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ClusterDetails. The time the cluster was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this ClusterDetails. Return type: datetime
-
time_refreshed
¶ Gets the time_refreshed of this ClusterDetails. The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
Returns: The time_refreshed of this ClusterDetails. Return type: datetime
-