CreateBdsInstanceDetails

class oci.bds.models.CreateBdsInstanceDetails(**kwargs)

Bases: object

The information about the new cluster.

Methods

__init__(**kwargs) Initializes a new CreateBdsInstanceDetails object with values from keyword arguments.

Attributes

bootstrap_script_url Gets the bootstrap_script_url of this CreateBdsInstanceDetails.
cluster_admin_password [Required] Gets the cluster_admin_password of this CreateBdsInstanceDetails.
cluster_profile Gets the cluster_profile of this CreateBdsInstanceDetails.
cluster_public_key [Required] Gets the cluster_public_key of this CreateBdsInstanceDetails.
cluster_version [Required] Gets the cluster_version of this CreateBdsInstanceDetails.
compartment_id [Required] Gets the compartment_id of this CreateBdsInstanceDetails.
defined_tags Gets the defined_tags of this CreateBdsInstanceDetails.
display_name [Required] Gets the display_name of this CreateBdsInstanceDetails.
freeform_tags Gets the freeform_tags of this CreateBdsInstanceDetails.
is_high_availability [Required] Gets the is_high_availability of this CreateBdsInstanceDetails.
is_secure [Required] Gets the is_secure of this CreateBdsInstanceDetails.
kerberos_realm_name Gets the kerberos_realm_name of this CreateBdsInstanceDetails.
kms_key_id Gets the kms_key_id of this CreateBdsInstanceDetails.
network_config Gets the network_config of this CreateBdsInstanceDetails.
nodes [Required] Gets the nodes of this CreateBdsInstanceDetails.
__init__(**kwargs)

Initializes a new CreateBdsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateBdsInstanceDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateBdsInstanceDetails.
  • cluster_version (str) – The value to assign to the cluster_version property of this CreateBdsInstanceDetails.
  • cluster_public_key (str) – The value to assign to the cluster_public_key property of this CreateBdsInstanceDetails.
  • cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this CreateBdsInstanceDetails.
  • is_high_availability (bool) – The value to assign to the is_high_availability property of this CreateBdsInstanceDetails.
  • is_secure (bool) – The value to assign to the is_secure property of this CreateBdsInstanceDetails.
  • network_config (oci.bds.models.NetworkConfig) – The value to assign to the network_config property of this CreateBdsInstanceDetails.
  • bootstrap_script_url (str) – The value to assign to the bootstrap_script_url property of this CreateBdsInstanceDetails.
  • nodes (list[oci.bds.models.CreateNodeDetails]) – The value to assign to the nodes property of this CreateBdsInstanceDetails.
  • kerberos_realm_name (str) – The value to assign to the kerberos_realm_name property of this CreateBdsInstanceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateBdsInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateBdsInstanceDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateBdsInstanceDetails.
  • cluster_profile (str) – The value to assign to the cluster_profile property of this CreateBdsInstanceDetails.
bootstrap_script_url

Gets the bootstrap_script_url of this CreateBdsInstanceDetails. Pre-authenticated URL of the script in Object Store that is downloaded and executed.

Returns:The bootstrap_script_url of this CreateBdsInstanceDetails.
Return type:str
cluster_admin_password

[Required] Gets the cluster_admin_password of this CreateBdsInstanceDetails. Base-64 encoded password for the cluster (and Cloudera Manager) admin user.

Returns:The cluster_admin_password of this CreateBdsInstanceDetails.
Return type:str
cluster_profile

Gets the cluster_profile of this CreateBdsInstanceDetails. Profile of the Big Data Service cluster.

Returns:The cluster_profile of this CreateBdsInstanceDetails.
Return type:str
cluster_public_key

[Required] Gets the cluster_public_key of this CreateBdsInstanceDetails. The SSH public key used to authenticate the cluster connection.

Returns:The cluster_public_key of this CreateBdsInstanceDetails.
Return type:str
cluster_version

[Required] Gets the cluster_version of this CreateBdsInstanceDetails. Version of the Hadoop distribution.

Returns:The cluster_version of this CreateBdsInstanceDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CreateBdsInstanceDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateBdsInstanceDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateBdsInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateBdsInstanceDetails.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CreateBdsInstanceDetails. Name of the Big Data Service cluster.

Returns:The display_name of this CreateBdsInstanceDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateBdsInstanceDetails. Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {“bar-key”: “value”}

Returns:The freeform_tags of this CreateBdsInstanceDetails.
Return type:dict(str, str)
is_high_availability

[Required] Gets the is_high_availability of this CreateBdsInstanceDetails. Boolean flag specifying whether or not the cluster is highly available (HA).

Returns:The is_high_availability of this CreateBdsInstanceDetails.
Return type:bool
is_secure

[Required] Gets the is_secure of this CreateBdsInstanceDetails. Boolean flag specifying whether or not the cluster should be set up as secure.

Returns:The is_secure of this CreateBdsInstanceDetails.
Return type:bool
kerberos_realm_name

Gets the kerberos_realm_name of this CreateBdsInstanceDetails. The user-defined kerberos realm name.

Returns:The kerberos_realm_name of this CreateBdsInstanceDetails.
Return type:str
kms_key_id

Gets the kms_key_id of this CreateBdsInstanceDetails. The OCID of the Key Management master encryption key.

Returns:The kms_key_id of this CreateBdsInstanceDetails.
Return type:str
network_config

Gets the network_config of this CreateBdsInstanceDetails.

Returns:The network_config of this CreateBdsInstanceDetails.
Return type:oci.bds.models.NetworkConfig
nodes

[Required] Gets the nodes of this CreateBdsInstanceDetails. The list of nodes in the Big Data Service cluster.

Returns:The nodes of this CreateBdsInstanceDetails.
Return type:list[oci.bds.models.CreateNodeDetails]