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.
3556 3557 3558 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3556 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_management ⇒ String
CertificateManagement specifies workload certificate management.
Corresponds to the JSON property certificateManagement
3554 3555 3556 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3554 def certificate_management @certificate_management end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3561 3562 3563 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 3561 def update!(**args) @certificate_management = args[:certificate_management] if args.key?(:certificate_management) end |