Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::ComputeResources.
Compute resources associated with the analyze interactive workloads.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#disk_size_gb
def disk_size_gb() -> ::Integer Returns 
 - (::Integer) — Optional. Size in GB of the disk. Default is 100 GB.
 
#disk_size_gb=
def disk_size_gb=(value) -> ::Integer Parameter 
 - value (::Integer) — Optional. Size in GB of the disk. Default is 100 GB.
 
 Returns 
 - (::Integer) — Optional. Size in GB of the disk. Default is 100 GB.
 
#max_node_count
def max_node_count() -> ::Integer Returns 
 - (::Integer) — Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
 
#max_node_count=
def max_node_count=(value) -> ::Integer Parameter 
 - value (::Integer) — 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.
 
#node_count
def node_count() -> ::Integer Returns 
 - (::Integer) — Optional. Total number of nodes in the sessions created for this environment.
 
#node_count=
def node_count=(value) -> ::Integer Parameter 
 - value (::Integer) — 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.