Class: Google::Cloud::OracleDatabase::V1::CloudExadataInfrastructureProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::CloudExadataInfrastructureProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb
Overview
Various properties of Exadata Infrastructure.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#activated_storage_count ⇒ ::Integer
readonly
Output only.
-
#additional_storage_count ⇒ ::Integer
readonly
Output only.
-
#available_storage_size_gb ⇒ ::Integer
readonly
Output only.
-
#compute_count ⇒ ::Integer
Optional.
-
#cpu_count ⇒ ::Integer
readonly
Output only.
-
#customer_contacts ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::CustomerContact>
Optional.
-
#data_storage_size_tb ⇒ ::Float
readonly
Output only.
-
#db_node_storage_size_gb ⇒ ::Integer
readonly
Output only.
-
#db_server_version ⇒ ::String
readonly
Output only.
-
#maintenance_window ⇒ ::Google::Cloud::OracleDatabase::V1::MaintenanceWindow
Optional.
-
#max_cpu_count ⇒ ::Integer
readonly
Output only.
-
#max_data_storage_tb ⇒ ::Float
readonly
Output only.
-
#max_db_node_storage_size_gb ⇒ ::Integer
readonly
Output only.
-
#max_memory_gb ⇒ ::Integer
readonly
Output only.
-
#memory_size_gb ⇒ ::Integer
readonly
Output only.
-
#monthly_db_server_version ⇒ ::String
readonly
Output only.
-
#monthly_storage_server_version ⇒ ::String
readonly
Output only.
-
#next_maintenance_run_id ⇒ ::String
readonly
Output only.
-
#next_maintenance_run_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#next_security_maintenance_run_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#oci_url ⇒ ::String
readonly
Output only.
-
#ocid ⇒ ::String
readonly
Output only.
-
#shape ⇒ ::String
Required.
-
#state ⇒ ::Google::Cloud::OracleDatabase::V1::CloudExadataInfrastructureProperties::State
readonly
Output only.
-
#storage_count ⇒ ::Integer
Optional.
-
#storage_server_version ⇒ ::String
readonly
Output only.
-
#total_storage_size_gb ⇒ ::Integer
Optional.
Instance Attribute Details
#activated_storage_count ⇒ ::Integer (readonly)
Returns Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#additional_storage_count ⇒ ::Integer (readonly)
Returns Output only. The requested number of additional storage servers for the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#available_storage_size_gb ⇒ ::Integer (readonly)
Returns Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#compute_count ⇒ ::Integer
Returns Optional. The number of compute servers for the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#cpu_count ⇒ ::Integer (readonly)
Returns Output only. The number of enabled CPU cores.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#customer_contacts ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::CustomerContact>
Returns Optional. The list of customer contacts.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#data_storage_size_tb ⇒ ::Float (readonly)
Returns Output only. Size, in terabytes, of the DATA disk group.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#db_node_storage_size_gb ⇒ ::Integer (readonly)
Returns Output only. The local node storage allocated in GBs.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#db_server_version ⇒ ::String (readonly)
Returns Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#maintenance_window ⇒ ::Google::Cloud::OracleDatabase::V1::MaintenanceWindow
Returns Optional. Maintenance window for repair.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#max_cpu_count ⇒ ::Integer (readonly)
Returns Output only. The total number of CPU cores available.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#max_data_storage_tb ⇒ ::Float (readonly)
Returns Output only. The total available DATA disk group size.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#max_db_node_storage_size_gb ⇒ ::Integer (readonly)
Returns Output only. The total local node storage available in GBs.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#max_memory_gb ⇒ ::Integer (readonly)
Returns Output only. The total memory available in GBs.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#memory_size_gb ⇒ ::Integer (readonly)
Returns Output only. The memory allocated in GBs.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#monthly_db_server_version ⇒ ::String (readonly)
Returns Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#monthly_storage_server_version ⇒ ::String (readonly)
Returns Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#next_maintenance_run_id ⇒ ::String (readonly)
Returns Output only. The OCID of the next maintenance run.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#next_maintenance_run_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the next maintenance run will occur.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#next_security_maintenance_run_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the next security maintenance run will occur.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#oci_url ⇒ ::String (readonly)
Returns Output only. Deep link to the OCI console to view this resource.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#ocid ⇒ ::String (readonly)
Returns Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#shape ⇒ ::String
Returns Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#state ⇒ ::Google::Cloud::OracleDatabase::V1::CloudExadataInfrastructureProperties::State (readonly)
Returns Output only. The current lifecycle state of the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#storage_count ⇒ ::Integer
Returns Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#storage_server_version ⇒ ::String (readonly)
Returns Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |
#total_storage_size_gb ⇒ ::Integer
Returns Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/oracledatabase/v1/exadata_infra.rb', line 157 class CloudExadataInfrastructureProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the Exadata Infrastructure. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # The Exadata Infrastructure is being provisioned. PROVISIONING = 1 # The Exadata Infrastructure is available for use. AVAILABLE = 2 # The Exadata Infrastructure is being updated. UPDATING = 3 # The Exadata Infrastructure is being terminated. TERMINATING = 4 # The Exadata Infrastructure is terminated. TERMINATED = 5 # The Exadata Infrastructure is in failed state. FAILED = 6 # The Exadata Infrastructure is in maintenance. MAINTENANCE_IN_PROGRESS = 7 end end |