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.



75545
75546
75547
# File 'lib/google/apis/compute_beta/classes.rb', line 75545

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

Instance Attribute Details

#phase1Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms

Corresponds to the JSON property phase1



75538
75539
75540
# File 'lib/google/apis/compute_beta/classes.rb', line 75538

def phase1
  @phase1
end

#phase2Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms

Corresponds to the JSON property phase2



75543
75544
75545
# File 'lib/google/apis/compute_beta/classes.rb', line 75543

def phase2
  @phase2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



75550
75551
75552
75553
# File 'lib/google/apis/compute_beta/classes.rb', line 75550

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