Class: Google::Apis::GkehubV1beta::MembershipBindingLifecycleState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::MembershipBindingLifecycleState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb
Overview
MembershipBindingLifecycleState describes the state of a Binding resource.
Instance Attribute Summary collapse
-
#code ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MembershipBindingLifecycleState
constructor
A new instance of MembershipBindingLifecycleState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MembershipBindingLifecycleState
Returns a new instance of MembershipBindingLifecycleState.
3159 3160 3161 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 3159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#code ⇒ String
Output only. The current state of the MembershipBinding resource.
Corresponds to the JSON property code
3157 3158 3159 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 3157 def code @code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3164 3165 3166 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 3164 def update!(**args) @code = args[:code] if args.key?(:code) end |