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.



75577
75578
75579
# File 'lib/google/apis/compute_beta/classes.rb', line 75577

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

Instance Attribute Details

#phase1Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms

Corresponds to the JSON property phase1



75570
75571
75572
# File 'lib/google/apis/compute_beta/classes.rb', line 75570

def phase1
  @phase1
end

#phase2Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms

Corresponds to the JSON property phase2



75575
75576
75577
# File 'lib/google/apis/compute_beta/classes.rb', line 75575

def phase2
  @phase2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



75582
75583
75584
75585
# File 'lib/google/apis/compute_beta/classes.rb', line 75582

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