NodeReplaceConfigurationSummary

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

Bases: object

The information about the NodeReplaceConfigurationSummary.

Methods

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

Attributes

bds_instance_id [Required] Gets the bds_instance_id of this NodeReplaceConfigurationSummary.
display_name [Required] Gets the display_name of this NodeReplaceConfigurationSummary.
id [Required] Gets the id of this NodeReplaceConfigurationSummary.
level_type_details [Required] Gets the level_type_details of this NodeReplaceConfigurationSummary.
lifecycle_state [Required] Gets the lifecycle_state of this NodeReplaceConfigurationSummary.
time_created [Required] Gets the time_created of this NodeReplaceConfigurationSummary.
time_updated [Required] Gets the time_updated of this NodeReplaceConfigurationSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this NodeReplaceConfigurationSummary.
  • bds_instance_id (str) – The value to assign to the bds_instance_id property of this NodeReplaceConfigurationSummary.
  • display_name (str) – The value to assign to the display_name property of this NodeReplaceConfigurationSummary.
  • level_type_details (oci.bds.models.LevelTypeDetails) – The value to assign to the level_type_details property of this NodeReplaceConfigurationSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this NodeReplaceConfigurationSummary.
  • time_created (datetime) – The value to assign to the time_created property of this NodeReplaceConfigurationSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this NodeReplaceConfigurationSummary.
bds_instance_id

[Required] Gets the bds_instance_id of this NodeReplaceConfigurationSummary. The OCID of the bdsInstance which is the parent resource id.

Returns:The bds_instance_id of this NodeReplaceConfigurationSummary.
Return type:str
display_name

[Required] Gets the display_name of this NodeReplaceConfigurationSummary. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.

Returns:The display_name of this NodeReplaceConfigurationSummary.
Return type:str
id

[Required] Gets the id of this NodeReplaceConfigurationSummary. The id of the NodeReplaceConfiguration.

Returns:The id of this NodeReplaceConfigurationSummary.
Return type:str
level_type_details

[Required] Gets the level_type_details of this NodeReplaceConfigurationSummary.

Returns:The level_type_details of this NodeReplaceConfigurationSummary.
Return type:oci.bds.models.LevelTypeDetails
lifecycle_state

[Required] Gets the lifecycle_state of this NodeReplaceConfigurationSummary. The state of the NodeReplaceConfiguration.

Returns:The lifecycle_state of this NodeReplaceConfigurationSummary.
Return type:str
time_created

[Required] Gets the time_created of this NodeReplaceConfigurationSummary. The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.

Returns:The time_created of this NodeReplaceConfigurationSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this NodeReplaceConfigurationSummary. The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.

Returns:The time_updated of this NodeReplaceConfigurationSummary.
Return type:datetime