UpdateBaseccVmClusterDetails¶
-
class
oci.database.models.UpdateBaseccVmClusterDetails(**kwargs)¶ Bases:
objectDetails for updating the BaseDB-C@C VM cluster. Applies to Base Database Service on Cloud@Customer instances only.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSEA constant which can be used with the license_model property of a UpdateBaseccVmClusterDetails. LICENSE_MODEL_LICENSE_INCLUDEDA constant which can be used with the license_model property of a UpdateBaseccVmClusterDetails. additional_vm_storage_size_in_gbsGets the additional_vm_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. cloud_automation_update_detailsGets the cloud_automation_update_details of this UpdateBaseccVmClusterDetails. cpu_core_countGets the cpu_core_count of this UpdateBaseccVmClusterDetails. data_collection_optionsGets the data_collection_options of this UpdateBaseccVmClusterDetails. data_storage_size_in_gbsGets the data_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. defined_tagsGets the defined_tags of this UpdateBaseccVmClusterDetails. display_nameGets the display_name of this UpdateBaseccVmClusterDetails. freeform_tagsGets the freeform_tags of this UpdateBaseccVmClusterDetails. license_modelGets the license_model of this UpdateBaseccVmClusterDetails. memory_size_in_gbsGets the memory_size_in_gbs of this UpdateBaseccVmClusterDetails. reco_storage_size_in_gbsGets the reco_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. ssh_public_keysGets the ssh_public_keys of this UpdateBaseccVmClusterDetails. update_detailsGets the update_details of this UpdateBaseccVmClusterDetails. Methods
__init__(**kwargs)Initializes a new UpdateBaseccVmClusterDetails object with values from keyword arguments. -
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__(**kwargs)¶ Initializes a new UpdateBaseccVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cpu_core_count (int) – The value to assign to the cpu_core_count property of this UpdateBaseccVmClusterDetails.
- memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this UpdateBaseccVmClusterDetails.
- data_storage_size_in_gbs (int) – The value to assign to the data_storage_size_in_gbs property of this UpdateBaseccVmClusterDetails.
- reco_storage_size_in_gbs (int) – The value to assign to the reco_storage_size_in_gbs property of this UpdateBaseccVmClusterDetails.
- license_model (str) – The value to assign to the license_model property of this UpdateBaseccVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- ssh_public_keys (list[str]) – The value to assign to the ssh_public_keys property of this UpdateBaseccVmClusterDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateBaseccVmClusterDetails.
- additional_vm_storage_size_in_gbs (int) – The value to assign to the additional_vm_storage_size_in_gbs property of this UpdateBaseccVmClusterDetails.
- update_details (oci.database.models.BaseccVmClusterUpdateDetails) – The value to assign to the update_details property of this UpdateBaseccVmClusterDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBaseccVmClusterDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBaseccVmClusterDetails.
- data_collection_options (oci.database.models.DataCollectionOptions) – The value to assign to the data_collection_options property of this UpdateBaseccVmClusterDetails.
- cloud_automation_update_details (oci.database.models.CloudAutomationUpdateDetails) – The value to assign to the cloud_automation_update_details property of this UpdateBaseccVmClusterDetails.
-
additional_vm_storage_size_in_gbs¶ Gets the additional_vm_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: int
-
cloud_automation_update_details¶ Gets the cloud_automation_update_details of this UpdateBaseccVmClusterDetails.
Returns: The cloud_automation_update_details of this UpdateBaseccVmClusterDetails. Return type: oci.database.models.CloudAutomationUpdateDetails
-
cpu_core_count¶ Gets the cpu_core_count of this UpdateBaseccVmClusterDetails. Total CPU cores for the BaseDB C@C VM cluster.
Returns: The cpu_core_count of this UpdateBaseccVmClusterDetails. Return type: int
-
data_collection_options¶ Gets the data_collection_options of this UpdateBaseccVmClusterDetails.
Returns: The data_collection_options of this UpdateBaseccVmClusterDetails. Return type: oci.database.models.DataCollectionOptions
-
data_storage_size_in_gbs¶ Gets the data_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: int
Gets the defined_tags of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: str
Gets the freeform_tags of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: dict(str, str)
-
license_model¶ Gets the license_model of this UpdateBaseccVmClusterDetails. 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”
Returns: The license_model of this UpdateBaseccVmClusterDetails. Return type: str
-
memory_size_in_gbs¶ Gets the memory_size_in_gbs of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: int
-
reco_storage_size_in_gbs¶ Gets the reco_storage_size_in_gbs of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: int
-
ssh_public_keys¶ Gets the ssh_public_keys of this UpdateBaseccVmClusterDetails. 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 UpdateBaseccVmClusterDetails. Return type: list[str]
-
update_details¶ Gets the update_details of this UpdateBaseccVmClusterDetails.
Returns: The update_details of this UpdateBaseccVmClusterDetails. Return type: oci.database.models.BaseccVmClusterUpdateDetails
-