Class: Google::Cloud::GkeHub::V1beta1::MembershipState

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1beta1/membership.rb

Overview

State of the Membership resource.

Defined Under Namespace

Modules: Code

Instance Attribute Summary collapse

Instance Attribute Details

#code::Google::Cloud::GkeHub::V1beta1::MembershipState::Code (readonly)

Returns Output only. The current state of the Membership resource.

Returns:



472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 472

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

  # Code describes the state of a Membership resource.
  module Code
    # The code is not set.
    CODE_UNSPECIFIED = 0

    # The cluster is being registered.
    CREATING = 1

    # The cluster is registered.
    READY = 2

    # The cluster is being unregistered.
    DELETING = 3

    # The Membership is being updated.
    UPDATING = 4

    # The Membership is being updated by the Hub Service.
    SERVICE_UPDATING = 5
  end
end

#description::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns This field is never set by the Hub Service.

Returns:

  • (::String)

    This field is never set by the Hub Service.



472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 472

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

  # Code describes the state of a Membership resource.
  module Code
    # The code is not set.
    CODE_UNSPECIFIED = 0

    # The cluster is being registered.
    CREATING = 1

    # The cluster is registered.
    READY = 2

    # The cluster is being unregistered.
    DELETING = 3

    # The Membership is being updated.
    UPDATING = 4

    # The Membership is being updated by the Hub Service.
    SERVICE_UPDATING = 5
  end
end

#update_time::Google::Protobuf::Timestamp

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns This field is never set by the Hub Service.

Returns:



472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 472

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

  # Code describes the state of a Membership resource.
  module Code
    # The code is not set.
    CODE_UNSPECIFIED = 0

    # The cluster is being registered.
    CREATING = 1

    # The cluster is registered.
    READY = 2

    # The cluster is being unregistered.
    DELETING = 3

    # The Membership is being updated.
    UPDATING = 4

    # The Membership is being updated by the Hub Service.
    SERVICE_UPDATING = 5
  end
end