CreateCloudExadataInfrastructureDetails¶
-
class
oci.database.models.
CreateCloudExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
Request to create cloud Exadata infrastructure. Applies to Exadata Cloud Service instances only.
Methods
__init__
(**kwargs)Initializes a new CreateCloudExadataInfrastructureDetails object with values from keyword arguments. Attributes
availability_domain
[Required] Gets the availability_domain of this CreateCloudExadataInfrastructureDetails. cluster_placement_group_id
Gets the cluster_placement_group_id of this CreateCloudExadataInfrastructureDetails. compartment_id
[Required] Gets the compartment_id of this CreateCloudExadataInfrastructureDetails. compute_count
Gets the compute_count of this CreateCloudExadataInfrastructureDetails. customer_contacts
Gets the customer_contacts of this CreateCloudExadataInfrastructureDetails. defined_tags
Gets the defined_tags of this CreateCloudExadataInfrastructureDetails. display_name
[Required] Gets the display_name of this CreateCloudExadataInfrastructureDetails. freeform_tags
Gets the freeform_tags of this CreateCloudExadataInfrastructureDetails. maintenance_window
Gets the maintenance_window of this CreateCloudExadataInfrastructureDetails. shape
[Required] Gets the shape of this CreateCloudExadataInfrastructureDetails. storage_count
Gets the storage_count of this CreateCloudExadataInfrastructureDetails. subscription_id
Gets the subscription_id of this CreateCloudExadataInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCloudExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this CreateCloudExadataInfrastructureDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateCloudExadataInfrastructureDetails.
- display_name (str) – The value to assign to the display_name property of this CreateCloudExadataInfrastructureDetails.
- shape (str) – The value to assign to the shape property of this CreateCloudExadataInfrastructureDetails.
- compute_count (int) – The value to assign to the compute_count property of this CreateCloudExadataInfrastructureDetails.
- storage_count (int) – The value to assign to the storage_count property of this CreateCloudExadataInfrastructureDetails.
- maintenance_window (oci.database.models.MaintenanceWindow) – The value to assign to the maintenance_window property of this CreateCloudExadataInfrastructureDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCloudExadataInfrastructureDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCloudExadataInfrastructureDetails.
- cluster_placement_group_id (str) – The value to assign to the cluster_placement_group_id property of this CreateCloudExadataInfrastructureDetails.
- subscription_id (str) – The value to assign to the subscription_id property of this CreateCloudExadataInfrastructureDetails.
- customer_contacts (list[oci.database.models.CustomerContact]) – The value to assign to the customer_contacts property of this CreateCloudExadataInfrastructureDetails.
-
availability_domain
¶ [Required] Gets the availability_domain of this CreateCloudExadataInfrastructureDetails. The availability domain where the cloud Exadata infrastructure is located.
Returns: The availability_domain of this CreateCloudExadataInfrastructureDetails. Return type: str
-
cluster_placement_group_id
¶ Gets the cluster_placement_group_id of this CreateCloudExadataInfrastructureDetails. The OCID of the cluster placement group of the Exadata Infrastructure.
Returns: The cluster_placement_group_id of this CreateCloudExadataInfrastructureDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCloudExadataInfrastructureDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateCloudExadataInfrastructureDetails. Return type: str
-
compute_count
¶ Gets the compute_count of this CreateCloudExadataInfrastructureDetails. The number of compute servers for the cloud Exadata infrastructure.
Returns: The compute_count of this CreateCloudExadataInfrastructureDetails. Return type: int
-
customer_contacts
¶ Gets the customer_contacts of this CreateCloudExadataInfrastructureDetails. Customer contacts.
Returns: The customer_contacts of this CreateCloudExadataInfrastructureDetails. Return type: list[oci.database.models.CustomerContact]
Gets the defined_tags of this CreateCloudExadataInfrastructureDetails. 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 CreateCloudExadataInfrastructureDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateCloudExadataInfrastructureDetails. The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
Returns: The display_name of this CreateCloudExadataInfrastructureDetails. Return type: str
Gets the freeform_tags of this CreateCloudExadataInfrastructureDetails. 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 CreateCloudExadataInfrastructureDetails. Return type: dict(str, str)
-
maintenance_window
¶ Gets the maintenance_window of this CreateCloudExadataInfrastructureDetails.
Returns: The maintenance_window of this CreateCloudExadataInfrastructureDetails. Return type: oci.database.models.MaintenanceWindow
-
shape
¶ [Required] Gets the shape of this CreateCloudExadataInfrastructureDetails. The shape of the cloud Exadata infrastructure resource.
Returns: The shape of this CreateCloudExadataInfrastructureDetails. Return type: str
-
storage_count
¶ Gets the storage_count of this CreateCloudExadataInfrastructureDetails. The number of storage servers for the cloud Exadata infrastructure.
Returns: The storage_count of this CreateCloudExadataInfrastructureDetails. Return type: int
-