Class: Google::Cloud::OracleDatabase::V1::DbNodeProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DbNodeProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_node.rb
Overview
Various properties and settings associated with Db node.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#db_node_storage_size_gb ⇒ ::Integer
Optional.
-
#db_server_ocid ⇒ ::String
Optional.
-
#hostname ⇒ ::String
Optional.
-
#memory_size_gb ⇒ ::Integer
Memory allocated in GBs.
-
#ocid ⇒ ::String
readonly
Output only.
-
#ocpu_count ⇒ ::Integer
Optional.
-
#state ⇒ ::Google::Cloud::OracleDatabase::V1::DbNodeProperties::State
readonly
Output only.
-
#total_cpu_core_count ⇒ ::Integer
Total CPU core count of the database node.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The date and time that the database node was created.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#db_node_storage_size_gb ⇒ ::Integer
Returns Optional. Local storage per database node.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#db_server_ocid ⇒ ::String
Returns Optional. Database server OCID.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#hostname ⇒ ::String
Returns Optional. DNS.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#memory_size_gb ⇒ ::Integer
Returns Memory allocated in GBs.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#ocid ⇒ ::String (readonly)
Returns Output only. OCID of database node.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#ocpu_count ⇒ ::Integer
Returns Optional. OCPU count per database node.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#state ⇒ ::Google::Cloud::OracleDatabase::V1::DbNodeProperties::State (readonly)
Returns Output only. State of the database node.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |
#total_cpu_core_count ⇒ ::Integer
Returns Total CPU core count of the database node.
66 67 68 69 70 71 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 97 98 99 100 101 102 |
# File 'proto_docs/google/cloud/oracledatabase/v1/db_node.rb', line 66 class DbNodeProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The various lifecycle states of the database node. module State # Default unspecified value. STATE_UNSPECIFIED = 0 # Indicates that the resource is in provisioning state. PROVISIONING = 1 # Indicates that the resource is in available state. AVAILABLE = 2 # Indicates that the resource is in updating state. UPDATING = 3 # Indicates that the resource is in stopping state. STOPPING = 4 # Indicates that the resource is in stopped state. STOPPED = 5 # Indicates that the resource is in starting state. STARTING = 6 # Indicates that the resource is in terminating state. TERMINATING = 7 # Indicates that the resource is in terminated state. TERMINATED = 8 # Indicates that the resource is in failed state. FAILED = 9 end end |