Class: Google::Cloud::Dataproc::V1::InstanceFlexibilityPolicy::InstanceSelectionResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Defines a mapping from machine types to the number of VMs that are created with each machine type.

Instance Attribute Summary collapse

Instance Attribute Details

#machine_type::String (readonly)

Returns Output only. Full machine-type names, e.g. "n1-standard-16".

Returns:

  • (::String)

    Output only. Full machine-type names, e.g. "n1-standard-16".



689
690
691
692
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 689

class InstanceSelectionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_count::Integer (readonly)

Returns Output only. Number of VM provisioned with the machine_type.

Returns:

  • (::Integer)

    Output only. Number of VM provisioned with the machine_type.



689
690
691
692
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 689

class InstanceSelectionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end