Class: Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::ComputeResources
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::ComputeResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/analyze.rb
Overview
Compute resources associated with the analyze interactive workloads.
Instance Attribute Summary collapse
-
#disk_size_gb ⇒ ::Integer
Optional.
-
#max_node_count ⇒ ::Integer
Optional.
-
#node_count ⇒ ::Integer
Optional.
Instance Attribute Details
#disk_size_gb ⇒ ::Integer
Returns Optional. Size in GB of the disk. Default is 100 GB.
94 95 96 97 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 94 class ComputeResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_node_count ⇒ ::Integer
Returns Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
94 95 96 97 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 94 class ComputeResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_count ⇒ ::Integer
Returns Optional. Total number of nodes in the sessions created for this environment.
94 95 96 97 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 94 class ComputeResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |