Class: Google::Apis::ComputeAlpha::PeerAuthenticationMethod
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::PeerAuthenticationMethod
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
Configuration for the peer authentication method.
Instance Attribute Summary collapse
-
#mtls ⇒ Google::Apis::ComputeAlpha::MutualTls
Configuration for the mutual Tls mode for peer authentication.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PeerAuthenticationMethod
constructor
A new instance of PeerAuthenticationMethod.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ PeerAuthenticationMethod
Returns a new instance of PeerAuthenticationMethod
23113 23114 23115 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23113 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mtls ⇒ Google::Apis::ComputeAlpha::MutualTls
Configuration for the mutual Tls mode for peer authentication.
Corresponds to the JSON property mtls
23111 23112 23113 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23111 def mtls @mtls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23118 23119 23120 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23118 def update!(**args) @mtls = args[:mtls] if args.key?(:mtls) end |