Class: Google::Cloud::OracleDatabase::V1::DbServerProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbServerProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_server.rb
Overview
Various properties and settings associated with Exadata database server.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#db_node_ids ⇒ ::Array<::String>
readonly
Output only.
-
#db_node_storage_size_gb ⇒ ::Integer
Optional.
-
#max_db_node_storage_size_gb ⇒ ::Integer
Optional.
-
#max_memory_size_gb ⇒ ::Integer
Optional.
-
#max_ocpu_count ⇒ ::Integer
Optional.
-
#memory_size_gb ⇒ ::Integer
Optional.
-
#ocid ⇒ ::String
readonly
Output only.
-
#ocpu_count ⇒ ::Integer
Optional.
-
#state ⇒ ::Google::Cloud::OracleDatabase::V1::DbServerProperties::State
readonly
Output only.
-
#vm_count ⇒ ::Integer
Optional.
Instance Attribute Details
#db_node_ids ⇒ ::Array<::String> (readonly)
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#db_node_storage_size_gb ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#max_db_node_storage_size_gb ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#max_memory_size_gb ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#max_ocpu_count ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#memory_size_gb ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#ocid ⇒ ::String (readonly)
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#ocpu_count ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#state ⇒ ::Google::Cloud::OracleDatabase::V1::DbServerProperties::State (readonly)
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |
#vm_count ⇒ ::Integer
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_server.rb', line 72 class DbServerProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database server. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in creating state. CREATING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in unavailable state. UNAVAILABLE = 3 # Indicates that the resource is in deleting state. DELETING = 4 # Indicates that the resource is in deleted state. DELETED = 5 end end |