Class: Google::Cloud::GkeHub::V1beta1::MembershipState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::MembershipState
- 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
-
#code ⇒ ::Google::Cloud::GkeHub::V1beta1::MembershipState::Code
readonly
Output only.
-
#description ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#code ⇒ ::Google::Cloud::GkeHub::V1beta1::MembershipState::Code (readonly)
Returns Output only. The current state of the Membership resource.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 462 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.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 462 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.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 462 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 |