Class: Google::Apis::ComputeBeta::VpnTunnelCipherSuite
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::VpnTunnelCipherSuite
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#phase1 ⇒ Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms
Corresponds to the JSON property
phase1. -
#phase2 ⇒ Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms
Corresponds to the JSON property
phase2.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnTunnelCipherSuite
constructor
A new instance of VpnTunnelCipherSuite.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VpnTunnelCipherSuite
Returns a new instance of VpnTunnelCipherSuite.
75697 75698 75699 |
# File 'lib/google/apis/compute_beta/classes.rb', line 75697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#phase1 ⇒ Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms
Corresponds to the JSON property phase1
75690 75691 75692 |
# File 'lib/google/apis/compute_beta/classes.rb', line 75690 def phase1 @phase1 end |
#phase2 ⇒ Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms
Corresponds to the JSON property phase2
75695 75696 75697 |
# File 'lib/google/apis/compute_beta/classes.rb', line 75695 def phase2 @phase2 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
75702 75703 75704 75705 |
# File 'lib/google/apis/compute_beta/classes.rb', line 75702 def update!(**args) @phase1 = args[:phase1] if args.key?(:phase1) @phase2 = args[:phase2] if args.key?(:phase2) end |