BaseccVmClusterSummary¶
-
class
oci.database.models.BaseccVmClusterSummary(**kwargs)¶ Bases:
objectDetails of the Base Cloud@Customer VM Cluster.
Attributes
DATABASE_EDITION_ENTERPRISE_EDITIONA constant which can be used with the database_edition property of a BaseccVmClusterSummary. DATABASE_EDITION_ENTERPRISE_EDITION_DEVELOPERA constant which can be used with the database_edition property of a BaseccVmClusterSummary. DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCEA constant which can be used with the database_edition property of a BaseccVmClusterSummary. DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCEA constant which can be used with the database_edition property of a BaseccVmClusterSummary. DATABASE_EDITION_STANDARD_EDITIONA constant which can be used with the database_edition property of a BaseccVmClusterSummary. LICENSE_MODEL_BRING_YOUR_OWN_LICENSEA constant which can be used with the license_model property of a BaseccVmClusterSummary. LICENSE_MODEL_LICENSE_INCLUDEDA constant which can be used with the license_model property of a BaseccVmClusterSummary. LIFECYCLE_STATE_AVAILABLEA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESSA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_PROVISIONINGA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_TERMINATEDA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_TERMINATINGA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. LIFECYCLE_STATE_UPDATINGA constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. VM_CLUSTER_TYPE_DEVELOPERA constant which can be used with the vm_cluster_type property of a BaseccVmClusterSummary. VM_CLUSTER_TYPE_REGULARA constant which can be used with the vm_cluster_type property of a BaseccVmClusterSummary. additional_vm_storage_size_in_gbsGets the additional_vm_storage_size_in_gbs of this BaseccVmClusterSummary. availability_domain[Required] Gets the availability_domain of this BaseccVmClusterSummary. base_infrastructure_id[Required] Gets the base_infrastructure_id of this BaseccVmClusterSummary. base_vm_cluster_network_id[Required] Gets the base_vm_cluster_network_id of this BaseccVmClusterSummary. boot_storage_size_in_gbsGets the boot_storage_size_in_gbs of this BaseccVmClusterSummary. cloud_automation_update_detailsGets the cloud_automation_update_details of this BaseccVmClusterSummary. cluster_nameGets the cluster_name of this BaseccVmClusterSummary. compartment_id[Required] Gets the compartment_id of this BaseccVmClusterSummary. cpus_enabled[Required] Gets the cpus_enabled of this BaseccVmClusterSummary. data_collection_optionsGets the data_collection_options of this BaseccVmClusterSummary. data_storage_size_in_gbsGets the data_storage_size_in_gbs of this BaseccVmClusterSummary. database_editionGets the database_edition of this BaseccVmClusterSummary. db_serversGets the db_servers of this BaseccVmClusterSummary. defined_tags[Required] Gets the defined_tags of this BaseccVmClusterSummary. descriptionGets the description of this BaseccVmClusterSummary. display_name[Required] Gets the display_name of this BaseccVmClusterSummary. freeform_tags[Required] Gets the freeform_tags of this BaseccVmClusterSummary. gi_version[Required] Gets the gi_version of this BaseccVmClusterSummary. id[Required] Gets the id of this BaseccVmClusterSummary. last_patch_history_entry_idGets the last_patch_history_entry_id of this BaseccVmClusterSummary. license_modelGets the license_model of this BaseccVmClusterSummary. lifecycle_detailsGets the lifecycle_details of this BaseccVmClusterSummary. lifecycle_state[Required] Gets the lifecycle_state of this BaseccVmClusterSummary. memory_size_in_gbsGets the memory_size_in_gbs of this BaseccVmClusterSummary. node_countGets the node_count of this BaseccVmClusterSummary. reco_storage_size_in_gbsGets the reco_storage_size_in_gbs of this BaseccVmClusterSummary. ssh_public_keys[Required] Gets the ssh_public_keys of this BaseccVmClusterSummary. system_tags[Required] Gets the system_tags of this BaseccVmClusterSummary. system_versionGets the system_version of this BaseccVmClusterSummary. time_created[Required] Gets the time_created of this BaseccVmClusterSummary. time_updatedGets the time_updated of this BaseccVmClusterSummary. time_zoneGets the time_zone of this BaseccVmClusterSummary. total_storage_size_in_gbsGets the total_storage_size_in_gbs of this BaseccVmClusterSummary. vm_cluster_typeGets the vm_cluster_type of this BaseccVmClusterSummary. Methods
__init__(**kwargs)Initializes a new BaseccVmClusterSummary object with values from keyword arguments. -
DATABASE_EDITION_ENTERPRISE_EDITION= 'ENTERPRISE_EDITION'¶ A constant which can be used with the database_edition property of a BaseccVmClusterSummary. This constant has a value of “ENTERPRISE_EDITION”
-
DATABASE_EDITION_ENTERPRISE_EDITION_DEVELOPER= 'ENTERPRISE_EDITION_DEVELOPER'¶ A constant which can be used with the database_edition property of a BaseccVmClusterSummary. This constant has a value of “ENTERPRISE_EDITION_DEVELOPER”
-
DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE= 'ENTERPRISE_EDITION_EXTREME_PERFORMANCE'¶ A constant which can be used with the database_edition property of a BaseccVmClusterSummary. This constant has a value of “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”
-
DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE= 'ENTERPRISE_EDITION_HIGH_PERFORMANCE'¶ A constant which can be used with the database_edition property of a BaseccVmClusterSummary. This constant has a value of “ENTERPRISE_EDITION_HIGH_PERFORMANCE”
-
DATABASE_EDITION_STANDARD_EDITION= 'STANDARD_EDITION'¶ A constant which can be used with the database_edition property of a BaseccVmClusterSummary. This constant has a value of “STANDARD_EDITION”
-
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a BaseccVmClusterSummary. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a BaseccVmClusterSummary. This constant has a value of “LICENSE_INCLUDED”
-
LIFECYCLE_STATE_AVAILABLE= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “AVAILABLE”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS= 'MAINTENANCE_IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “MAINTENANCE_IN_PROGRESS”
-
LIFECYCLE_STATE_PROVISIONING= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a BaseccVmClusterSummary. This constant has a value of “UPDATING”
-
VM_CLUSTER_TYPE_DEVELOPER= 'DEVELOPER'¶ A constant which can be used with the vm_cluster_type property of a BaseccVmClusterSummary. This constant has a value of “DEVELOPER”
-
VM_CLUSTER_TYPE_REGULAR= 'REGULAR'¶ A constant which can be used with the vm_cluster_type property of a BaseccVmClusterSummary. This constant has a value of “REGULAR”
-
__init__(**kwargs)¶ Initializes a new BaseccVmClusterSummary 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 BaseccVmClusterSummary.
- last_patch_history_entry_id (str) – The value to assign to the last_patch_history_entry_id property of this BaseccVmClusterSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BaseccVmClusterSummary. Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this BaseccVmClusterSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this BaseccVmClusterSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this BaseccVmClusterSummary.
- availability_domain (str) – The value to assign to the availability_domain property of this BaseccVmClusterSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this BaseccVmClusterSummary.
- database_edition (str) – The value to assign to the database_edition property of this BaseccVmClusterSummary. Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_HIGH_PERFORMANCE”, “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”, “ENTERPRISE_EDITION_DEVELOPER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- node_count (int) – The value to assign to the node_count property of this BaseccVmClusterSummary.
- db_servers (list[str]) – The value to assign to the db_servers property of this BaseccVmClusterSummary.
- cpus_enabled (int) – The value to assign to the cpus_enabled property of this BaseccVmClusterSummary.
- base_infrastructure_id (str) – The value to assign to the base_infrastructure_id property of this BaseccVmClusterSummary.
- base_vm_cluster_network_id (str) – The value to assign to the base_vm_cluster_network_id property of this BaseccVmClusterSummary.
- gi_version (str) – The value to assign to the gi_version property of this BaseccVmClusterSummary.
- data_collection_options (oci.database.models.DataCollectionOptions) – The value to assign to the data_collection_options property of this BaseccVmClusterSummary.
- description (str) – The value to assign to the description property of this BaseccVmClusterSummary.
- display_name (str) – The value to assign to the display_name property of this BaseccVmClusterSummary.
- ssh_public_keys (list[str]) – The value to assign to the ssh_public_keys property of this BaseccVmClusterSummary.
- time_zone (str) – The value to assign to the time_zone property of this BaseccVmClusterSummary.
- cluster_name (str) – The value to assign to the cluster_name property of this BaseccVmClusterSummary.
- boot_storage_size_in_gbs (int) – The value to assign to the boot_storage_size_in_gbs property of this BaseccVmClusterSummary.
- additional_vm_storage_size_in_gbs (int) – The value to assign to the additional_vm_storage_size_in_gbs property of this BaseccVmClusterSummary.
- total_storage_size_in_gbs (int) – The value to assign to the total_storage_size_in_gbs property of this BaseccVmClusterSummary.
- data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this BaseccVmClusterSummary.
- reco_storage_size_in_gbs (int) – The value to assign to the reco_storage_size_in_gbs property of this BaseccVmClusterSummary.
- memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this BaseccVmClusterSummary.
- license_model (str) – The value to assign to the license_model property of this BaseccVmClusterSummary. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BaseccVmClusterSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BaseccVmClusterSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this BaseccVmClusterSummary.
- system_version (str) – The value to assign to the system_version property of this BaseccVmClusterSummary.
- vm_cluster_type (str) – The value to assign to the vm_cluster_type property of this BaseccVmClusterSummary. Allowed values for this property are: “REGULAR”, “DEVELOPER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- cloud_automation_update_details (oci.database.models.CloudAutomationUpdateDetails) – The value to assign to the cloud_automation_update_details property of this BaseccVmClusterSummary.
-
additional_vm_storage_size_in_gbs¶ Gets the additional_vm_storage_size_in_gbs of this BaseccVmClusterSummary. Total /u01 partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The additional_vm_storage_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
availability_domain¶ [Required] Gets the availability_domain of this BaseccVmClusterSummary. The name of the availability domain in which the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster is located.
Returns: The availability_domain of this BaseccVmClusterSummary. Return type: str
-
base_infrastructure_id¶ [Required] Gets the base_infrastructure_id of this BaseccVmClusterSummary. The OCID of Oracle Data Cloud@Customer Infrastructure.
Returns: The base_infrastructure_id of this BaseccVmClusterSummary. Return type: str
-
base_vm_cluster_network_id¶ [Required] Gets the base_vm_cluster_network_id of this BaseccVmClusterSummary. The OCID of BaseDB-C@C VM Cluster Network.
Returns: The base_vm_cluster_network_id of this BaseccVmClusterSummary. Return type: str
-
boot_storage_size_in_gbs¶ Gets the boot_storage_size_in_gbs of this BaseccVmClusterSummary. Total boot partition size (GB) for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The boot_storage_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
cloud_automation_update_details¶ Gets the cloud_automation_update_details of this BaseccVmClusterSummary.
Returns: The cloud_automation_update_details of this BaseccVmClusterSummary. Return type: oci.database.models.CloudAutomationUpdateDetails
-
cluster_name¶ Gets the cluster_name of this BaseccVmClusterSummary. The cluster name for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The cluster_name of this BaseccVmClusterSummary. Return type: str
-
compartment_id¶ [Required] Gets the compartment_id of this BaseccVmClusterSummary. The OCID of the compartment.
Returns: The compartment_id of this BaseccVmClusterSummary. Return type: str
-
cpus_enabled¶ [Required] Gets the cpus_enabled of this BaseccVmClusterSummary. Total CPU cores for the BaseDB C@C VM cluster.
Returns: The cpus_enabled of this BaseccVmClusterSummary. Return type: int
-
data_collection_options¶ Gets the data_collection_options of this BaseccVmClusterSummary.
Returns: The data_collection_options of this BaseccVmClusterSummary. Return type: oci.database.models.DataCollectionOptions
-
data_storage_size_in_gbs¶ Gets the data_storage_size_in_gbs of this BaseccVmClusterSummary. The DATA Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The data_storage_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
database_edition¶ Gets the database_edition of this BaseccVmClusterSummary. The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
Allowed values for this property are: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_HIGH_PERFORMANCE”, “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”, “ENTERPRISE_EDITION_DEVELOPER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The database_edition of this BaseccVmClusterSummary. Return type: str
-
db_servers¶ Gets the db_servers of this BaseccVmClusterSummary. List of Base server OCIDs.
Returns: The db_servers of this BaseccVmClusterSummary. Return type: list[str]
[Required] Gets the defined_tags of this BaseccVmClusterSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this BaseccVmClusterSummary. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this BaseccVmClusterSummary. The description for Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The description of this BaseccVmClusterSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this BaseccVmClusterSummary. The user-friendly name for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The name does not need to be unique.
Returns: The display_name of this BaseccVmClusterSummary. Return type: str
[Required] Gets the freeform_tags of this BaseccVmClusterSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this BaseccVmClusterSummary. Return type: dict(str, str)
-
gi_version¶ [Required] Gets the gi_version of this BaseccVmClusterSummary. A valid Oracle Grid Infrastructure (GI) software version.
Returns: The gi_version of this BaseccVmClusterSummary. Return type: str
-
id¶ [Required] Gets the id of this BaseccVmClusterSummary. The OCID of the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The id of this BaseccVmClusterSummary. Return type: str
-
last_patch_history_entry_id¶ Gets the last_patch_history_entry_id of this BaseccVmClusterSummary. The OCID of the last patch history. This value is updated as soon as a patch operation starts.
Returns: The last_patch_history_entry_id of this BaseccVmClusterSummary. Return type: str
-
license_model¶ Gets the license_model of this BaseccVmClusterSummary. The Oracle license model that applies to the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The default is LICENSE_INCLUDED.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The license_model of this BaseccVmClusterSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this BaseccVmClusterSummary. Additional information about the current lifecycle state of the the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The lifecycle_details of this BaseccVmClusterSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this BaseccVmClusterSummary. The current state of the VM Cluster.
Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this BaseccVmClusterSummary. Return type: str
-
memory_size_in_gbs¶ Gets the memory_size_in_gbs of this BaseccVmClusterSummary. The total memory to be allocated, in GBs, for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. The minimum is 11GB for every 4 ECPU.
Returns: The memory_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
node_count¶ Gets the node_count of this BaseccVmClusterSummary. The number of nodes in the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The node_count of this BaseccVmClusterSummary. Return type: int
-
reco_storage_size_in_gbs¶ Gets the reco_storage_size_in_gbs of this BaseccVmClusterSummary. The RECO Disk Group size in GB for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The reco_storage_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
ssh_public_keys¶ [Required] Gets the ssh_public_keys of this BaseccVmClusterSummary. The public key portion of one or more key pairs used for SSH access to the VMs of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Returns: The ssh_public_keys of this BaseccVmClusterSummary. Return type: list[str]
[Required] Gets the system_tags of this BaseccVmClusterSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The system_tags of this BaseccVmClusterSummary. Return type: dict(str, dict(str, object))
-
system_version¶ Gets the system_version of this BaseccVmClusterSummary. Operating system version of the image.
Returns: The system_version of this BaseccVmClusterSummary. Return type: str
-
time_created¶ [Required] Gets the time_created of this BaseccVmClusterSummary. The date and time that the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster was created.
Returns: The time_created of this BaseccVmClusterSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this BaseccVmClusterSummary. The date and time that the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster was updated.
Returns: The time_updated of this BaseccVmClusterSummary. Return type: datetime
-
time_zone¶ Gets the time_zone of this BaseccVmClusterSummary. The time zone to use for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster. For details, see Time Zones.
Returns: The time_zone of this BaseccVmClusterSummary. Return type: str
-
total_storage_size_in_gbs¶ Gets the total_storage_size_in_gbs of this BaseccVmClusterSummary. The total storage allocated in GBs.
Returns: The total_storage_size_in_gbs of this BaseccVmClusterSummary. Return type: int
-
vm_cluster_type¶ Gets the vm_cluster_type of this BaseccVmClusterSummary. The cluster type for the Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster.
Allowed values for this property are: “REGULAR”, “DEVELOPER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The vm_cluster_type of this BaseccVmClusterSummary. Return type: str
-