Class: Google::Apis::GkehubV2::WorkloadCertificateSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2::WorkloadCertificateSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2/classes.rb,
lib/google/apis/gkehub_v2/representations.rb,
lib/google/apis/gkehub_v2/representations.rb
Overview
WorkloadCertificate: The membership-specific input for WorkloadCertificate feature.
Instance Attribute Summary collapse
-
#certificate_management ⇒ String
CertificateManagement specifies workload certificate management.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WorkloadCertificateSpec
constructor
A new instance of WorkloadCertificateSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WorkloadCertificateSpec
Returns a new instance of WorkloadCertificateSpec.
3389 3390 3391 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3389 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_management ⇒ String
CertificateManagement specifies workload certificate management.
Corresponds to the JSON property certificateManagement
3387 3388 3389 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3387 def certificate_management @certificate_management end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3394 3395 3396 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3394 def update!(**args) @certificate_management = args[:certificate_management] if args.key?(:certificate_management) end |