Class: Google::Apis::ComputeBeta::VpnTunnelCipherSuite

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnTunnelCipherSuite

Returns a new instance of VpnTunnelCipherSuite.



74222
74223
74224
# File 'lib/google/apis/compute_beta/classes.rb', line 74222

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#phase1Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms

Corresponds to the JSON property phase1



74215
74216
74217
# File 'lib/google/apis/compute_beta/classes.rb', line 74215

def phase1
  @phase1
end

#phase2Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms

Corresponds to the JSON property phase2



74220
74221
74222
# File 'lib/google/apis/compute_beta/classes.rb', line 74220

def phase2
  @phase2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



74227
74228
74229
74230
# File 'lib/google/apis/compute_beta/classes.rb', line 74227

def update!(**args)
  @phase1 = args[:phase1] if args.key?(:phase1)
  @phase2 = args[:phase2] if args.key?(:phase2)
end