Class: Google::Apis::ContainerV1beta1::ClientCertificateConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ClientCertificateConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Overview
Configuration for client certificates on the cluster.
Instance Attribute Summary collapse
-
#issue_client_certificate ⇒ Boolean
(also: #issue_client_certificate?)
Issue a client certificate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClientCertificateConfig
constructor
A new instance of ClientCertificateConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClientCertificateConfig
Returns a new instance of ClientCertificateConfig.
434 435 436 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 434 def initialize(**args) update!(**args) end |
Instance Attribute Details
#issue_client_certificate ⇒ Boolean Also known as: issue_client_certificate?
Issue a client certificate.
Corresponds to the JSON property issueClientCertificate
431 432 433 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 431 def issue_client_certificate @issue_client_certificate end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
439 440 441 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 439 def update!(**args) @issue_client_certificate = args[:issue_client_certificate] if args.key?(:issue_client_certificate) end |