UpdateBdsInstanceDetails

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

Bases: object

The information about to-be-updated Big Data Service cluster.

Methods

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

Attributes

bootstrap_script_url Gets the bootstrap_script_url of this UpdateBdsInstanceDetails.
defined_tags Gets the defined_tags of this UpdateBdsInstanceDetails.
display_name Gets the display_name of this UpdateBdsInstanceDetails.
freeform_tags Gets the freeform_tags of this UpdateBdsInstanceDetails.
is_secret_reused Gets the is_secret_reused of this UpdateBdsInstanceDetails.
kms_key_id Gets the kms_key_id of this UpdateBdsInstanceDetails.
network_config Gets the network_config of this UpdateBdsInstanceDetails.
secret_id Gets the secret_id of this UpdateBdsInstanceDetails.
__init__(**kwargs)

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

Parameters:
  • secret_id (str) – The value to assign to the secret_id property of this UpdateBdsInstanceDetails.
  • is_secret_reused (bool) – The value to assign to the is_secret_reused property of this UpdateBdsInstanceDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateBdsInstanceDetails.
  • bootstrap_script_url (str) – The value to assign to the bootstrap_script_url property of this UpdateBdsInstanceDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBdsInstanceDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBdsInstanceDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this UpdateBdsInstanceDetails.
  • network_config (oci.bds.models.NetworkConfig) – The value to assign to the network_config property of this UpdateBdsInstanceDetails.
bootstrap_script_url

Gets the bootstrap_script_url of this UpdateBdsInstanceDetails. Pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed..

Returns:The bootstrap_script_url of this UpdateBdsInstanceDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateBdsInstanceDetails. 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 UpdateBdsInstanceDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateBdsInstanceDetails. Name of the cluster.

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

Gets the freeform_tags of this UpdateBdsInstanceDetails. 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 UpdateBdsInstanceDetails.
Return type:dict(str, str)
is_secret_reused

Gets the is_secret_reused of this UpdateBdsInstanceDetails. Boolean flag specifying whether or not to persist the provided secret OCID and reuse it for future operations.

Returns:The is_secret_reused of this UpdateBdsInstanceDetails.
Return type:bool
kms_key_id

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

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

Gets the network_config of this UpdateBdsInstanceDetails.

Returns:The network_config of this UpdateBdsInstanceDetails.
Return type:oci.bds.models.NetworkConfig
secret_id

Gets the secret_id of this UpdateBdsInstanceDetails. The secretId for the clusterAdminPassword.

Returns:The secret_id of this UpdateBdsInstanceDetails.
Return type:str