Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::InstanceFlexibilityPolicy::InstanceSelection (v0.25.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::InstanceFlexibilityPolicy::InstanceSelection.

Defines machines types and a rank to which the machines types belong.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#machine_types

def machine_types() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Full machine-type names, e.g. "n1-standard-16".

#machine_types=

def machine_types=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Full machine-type names, e.g. "n1-standard-16".
Returns
  • (::Array<::String>) — Optional. Full machine-type names, e.g. "n1-standard-16".

#rank

def rank() -> ::Integer
Returns
  • (::Integer) — Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.

#rank=

def rank=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
Returns
  • (::Integer) — Optional. Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.