Class: Google::Cloud::Dataproc::V1::ReservationAffinity

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

Overview

Reservation Affinity for consuming Zonal reservation.

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Instance Attribute Details

#consume_reservation_type::Google::Cloud::Dataproc::V1::ReservationAffinity::Type

Returns Optional. Type of reservation to consume.

Returns:



1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1587

class ReservationAffinity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates whether to consume capacity from an reservation or not.
  module Type
    TYPE_UNSPECIFIED = 0

    # Do not consume from any allocated capacity.
    NO_RESERVATION = 1

    # Consume any reservation available.
    ANY_RESERVATION = 2

    # Must consume from a specific reservation. Must specify key value fields
    # for specifying the reservations.
    SPECIFIC_RESERVATION = 3
  end
end

#key::String

Returns Optional. Corresponds to the label key of reservation resource.

Returns:

  • (::String)

    Optional. Corresponds to the label key of reservation resource.



1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1587

class ReservationAffinity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates whether to consume capacity from an reservation or not.
  module Type
    TYPE_UNSPECIFIED = 0

    # Do not consume from any allocated capacity.
    NO_RESERVATION = 1

    # Consume any reservation available.
    ANY_RESERVATION = 2

    # Must consume from a specific reservation. Must specify key value fields
    # for specifying the reservations.
    SPECIFIC_RESERVATION = 3
  end
end

#values::Array<::String>

Returns Optional. Corresponds to the label values of reservation resource.

Returns:

  • (::Array<::String>)

    Optional. Corresponds to the label values of reservation resource.



1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1587

class ReservationAffinity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Indicates whether to consume capacity from an reservation or not.
  module Type
    TYPE_UNSPECIFIED = 0

    # Do not consume from any allocated capacity.
    NO_RESERVATION = 1

    # Consume any reservation available.
    ANY_RESERVATION = 2

    # Must consume from a specific reservation. Must specify key value fields
    # for specifying the reservations.
    SPECIFIC_RESERVATION = 3
  end
end