Class: Google::Apis::GkehubV1alpha::MembershipSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::MembershipSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
Workload Certificate: The membership-specific input for WorkloadCertificate feature.
Instance Attribute Summary collapse
-
#certificate_management ⇒ String
Specifies workload certificate management.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MembershipSpec
constructor
A new instance of MembershipSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MembershipSpec
Returns a new instance of MembershipSpec.
2902 2903 2904 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2902 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_management ⇒ String
Specifies workload certificate management.
Corresponds to the JSON property certificateManagement
2900 2901 2902 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2900 def certificate_management @certificate_management end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2907 2908 2909 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2907 def update!(**args) @certificate_management = args[:certificate_management] if args.key?(:certificate_management) end |