Class: Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::ComputeResources

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#disk_size_gb::Integer

Returns Optional. Size in GB of the disk. Default is 100 GB.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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