DiscoveredCloudDbSystemComponent¶
-
class
oci.database_management.models.
DiscoveredCloudDbSystemComponent
(**kwargs)¶ Bases:
object
The details of a cloud DB system component.
Attributes
COMPONENT_TYPE_ASM
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_ASM_INSTANCE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_CLUSTER
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_CLUSTER_INSTANCE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_DATABASE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_DATABASE_HOME
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_DATABASE_INSTANCE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_DATABASE_NODE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_DBSYSTEM
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_LISTENER
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. COMPONENT_TYPE_PLUGGABLE_DATABASE
A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. STATUS_EXISTING
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_EXISTING_BASIC
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_EXISTING_BASIC_PE
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_EXISTING_PE
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_MARKED_FOR_DELETION
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_MARKED_FOR_MIGRATION
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_MARKED_FOR_UPGRADE
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_MARKED_FOR_UPGRADE_MIGRATION
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_NEW
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. STATUS_UNKNOWN
A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. associated_components
Gets the associated_components of this DiscoveredCloudDbSystemComponent. component_id
[Required] Gets the component_id of this DiscoveredCloudDbSystemComponent. component_name
[Required] Gets the component_name of this DiscoveredCloudDbSystemComponent. component_type
[Required] Gets the component_type of this DiscoveredCloudDbSystemComponent. dbaas_id
Gets the dbaas_id of this DiscoveredCloudDbSystemComponent. display_name
[Required] Gets the display_name of this DiscoveredCloudDbSystemComponent. is_selected_for_monitoring
Gets the is_selected_for_monitoring of this DiscoveredCloudDbSystemComponent. resource_id
Gets the resource_id of this DiscoveredCloudDbSystemComponent. status
Gets the status of this DiscoveredCloudDbSystemComponent. Methods
__init__
(**kwargs)Initializes a new DiscoveredCloudDbSystemComponent object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
COMPONENT_TYPE_ASM
= 'ASM'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “ASM”
-
COMPONENT_TYPE_ASM_INSTANCE
= 'ASM_INSTANCE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “ASM_INSTANCE”
-
COMPONENT_TYPE_CLUSTER
= 'CLUSTER'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “CLUSTER”
-
COMPONENT_TYPE_CLUSTER_INSTANCE
= 'CLUSTER_INSTANCE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “CLUSTER_INSTANCE”
-
COMPONENT_TYPE_DATABASE
= 'DATABASE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “DATABASE”
-
COMPONENT_TYPE_DATABASE_HOME
= 'DATABASE_HOME'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “DATABASE_HOME”
-
COMPONENT_TYPE_DATABASE_INSTANCE
= 'DATABASE_INSTANCE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “DATABASE_INSTANCE”
-
COMPONENT_TYPE_DATABASE_NODE
= 'DATABASE_NODE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “DATABASE_NODE”
-
COMPONENT_TYPE_DBSYSTEM
= 'DBSYSTEM'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “DBSYSTEM”
-
COMPONENT_TYPE_LISTENER
= 'LISTENER'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “LISTENER”
-
COMPONENT_TYPE_PLUGGABLE_DATABASE
= 'PLUGGABLE_DATABASE'¶ A constant which can be used with the component_type property of a DiscoveredCloudDbSystemComponent. This constant has a value of “PLUGGABLE_DATABASE”
-
STATUS_EXISTING
= 'EXISTING'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “EXISTING”
-
STATUS_EXISTING_BASIC
= 'EXISTING_BASIC'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “EXISTING_BASIC”
-
STATUS_EXISTING_BASIC_PE
= 'EXISTING_BASIC_PE'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “EXISTING_BASIC_PE”
-
STATUS_EXISTING_PE
= 'EXISTING_PE'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “EXISTING_PE”
-
STATUS_MARKED_FOR_DELETION
= 'MARKED_FOR_DELETION'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “MARKED_FOR_DELETION”
-
STATUS_MARKED_FOR_MIGRATION
= 'MARKED_FOR_MIGRATION'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “MARKED_FOR_MIGRATION”
-
STATUS_MARKED_FOR_UPGRADE
= 'MARKED_FOR_UPGRADE'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “MARKED_FOR_UPGRADE”
-
STATUS_MARKED_FOR_UPGRADE_MIGRATION
= 'MARKED_FOR_UPGRADE_MIGRATION'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “MARKED_FOR_UPGRADE_MIGRATION”
-
STATUS_NEW
= 'NEW'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “NEW”
-
STATUS_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the status property of a DiscoveredCloudDbSystemComponent. This constant has a value of “UNKNOWN”
-
__init__
(**kwargs)¶ Initializes a new DiscoveredCloudDbSystemComponent object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
DiscoveredCloudClusterInstance
DiscoveredCloudPluggableDatabase
DiscoveredCloudCluster
DiscoveredCloudAsm
DiscoveredCloudListener
DiscoveredCloudDbInstance
DiscoveredCloudDatabase
DiscoveredCloudDbHome
DiscoveredCloudDbNode
DiscoveredCloudAsmInstance
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - component_id (str) – The value to assign to the component_id property of this DiscoveredCloudDbSystemComponent.
- display_name (str) – The value to assign to the display_name property of this DiscoveredCloudDbSystemComponent.
- component_name (str) – The value to assign to the component_name property of this DiscoveredCloudDbSystemComponent.
- component_type (str) – The value to assign to the component_type property of this DiscoveredCloudDbSystemComponent. Allowed values for this property are: “ASM”, “ASM_INSTANCE”, “CLUSTER”, “CLUSTER_INSTANCE”, “DATABASE”, “DATABASE_INSTANCE”, “DATABASE_HOME”, “DATABASE_NODE”, “DBSYSTEM”, “LISTENER”, “PLUGGABLE_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- resource_id (str) – The value to assign to the resource_id property of this DiscoveredCloudDbSystemComponent.
- dbaas_id (str) – The value to assign to the dbaas_id property of this DiscoveredCloudDbSystemComponent.
- is_selected_for_monitoring (bool) – The value to assign to the is_selected_for_monitoring property of this DiscoveredCloudDbSystemComponent.
- status (str) – The value to assign to the status property of this DiscoveredCloudDbSystemComponent. Allowed values for this property are: “NEW”, “EXISTING”, “EXISTING_BASIC”, “EXISTING_PE”, “EXISTING_BASIC_PE”, “MARKED_FOR_UPGRADE”, “MARKED_FOR_MIGRATION”, “MARKED_FOR_UPGRADE_MIGRATION”, “MARKED_FOR_DELETION”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- associated_components (list[oci.database_management.models.AssociatedCloudComponent]) – The value to assign to the associated_components property of this DiscoveredCloudDbSystemComponent.
-
associated_components
¶ Gets the associated_components of this DiscoveredCloudDbSystemComponent. The list of associated components.
Returns: The associated_components of this DiscoveredCloudDbSystemComponent. Return type: list[oci.database_management.models.AssociatedCloudComponent]
-
component_id
¶ [Required] Gets the component_id of this DiscoveredCloudDbSystemComponent. The identifier of the discovered DB system component.
Returns: The component_id of this DiscoveredCloudDbSystemComponent. Return type: str
-
component_name
¶ [Required] Gets the component_name of this DiscoveredCloudDbSystemComponent. The name of the discovered DB system component.
Returns: The component_name of this DiscoveredCloudDbSystemComponent. Return type: str
-
component_type
¶ [Required] Gets the component_type of this DiscoveredCloudDbSystemComponent. The cloud DB system component type.
Allowed values for this property are: “ASM”, “ASM_INSTANCE”, “CLUSTER”, “CLUSTER_INSTANCE”, “DATABASE”, “DATABASE_INSTANCE”, “DATABASE_HOME”, “DATABASE_NODE”, “DBSYSTEM”, “LISTENER”, “PLUGGABLE_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The component_type of this DiscoveredCloudDbSystemComponent. Return type: str
-
dbaas_id
¶ Gets the dbaas_id of this DiscoveredCloudDbSystemComponent. The OCID of the existing Dbaas OCI resource matching the discovered DB system component.
Returns: The dbaas_id of this DiscoveredCloudDbSystemComponent. Return type: str
-
display_name
¶ [Required] Gets the display_name of this DiscoveredCloudDbSystemComponent. The user-friendly name for the discovered DB system component. The name does not have to be unique.
Returns: The display_name of this DiscoveredCloudDbSystemComponent. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
is_selected_for_monitoring
¶ Gets the is_selected_for_monitoring of this DiscoveredCloudDbSystemComponent. Indicates whether the DB system component should be provisioned as an OCI resource or not.
Returns: The is_selected_for_monitoring of this DiscoveredCloudDbSystemComponent. Return type: bool
-
resource_id
¶ Gets the resource_id of this DiscoveredCloudDbSystemComponent. The OCID of the existing OCI resource matching the discovered DB system component.
Returns: The resource_id of this DiscoveredCloudDbSystemComponent. Return type: str
-
status
¶ Gets the status of this DiscoveredCloudDbSystemComponent. The state of the discovered DB system component.
Allowed values for this property are: “NEW”, “EXISTING”, “EXISTING_BASIC”, “EXISTING_PE”, “EXISTING_BASIC_PE”, “MARKED_FOR_UPGRADE”, “MARKED_FOR_MIGRATION”, “MARKED_FOR_UPGRADE_MIGRATION”, “MARKED_FOR_DELETION”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this DiscoveredCloudDbSystemComponent. Return type: str
-