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)
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)
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)
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
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)
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>
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)
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)
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)
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
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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)
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
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)
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
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 |