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.
kms_key_id Gets the kms_key_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:
  • 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.
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)
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