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.



69845
69846
69847
# File 'lib/google/apis/compute_beta/classes.rb', line 69845

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

Instance Attribute Details

#phase1Google::Apis::ComputeBeta::VpnTunnelPhase1Algorithms

Corresponds to the JSON property phase1



69838
69839
69840
# File 'lib/google/apis/compute_beta/classes.rb', line 69838

def phase1
  @phase1
end

#phase2Google::Apis::ComputeBeta::VpnTunnelPhase2Algorithms

Corresponds to the JSON property phase2



69843
69844
69845
# File 'lib/google/apis/compute_beta/classes.rb', line 69843

def phase2
  @phase2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



69850
69851
69852
69853
# File 'lib/google/apis/compute_beta/classes.rb', line 69850

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