Class: Google::Apis::ComputeAlpha::VpnTunnelCipherSuite

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnTunnelCipherSuite

Returns a new instance of VpnTunnelCipherSuite.



83374
83375
83376
# File 'lib/google/apis/compute_alpha/classes.rb', line 83374

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

Instance Attribute Details

#phase1Google::Apis::ComputeAlpha::VpnTunnelPhase1Algorithms

Corresponds to the JSON property phase1



83367
83368
83369
# File 'lib/google/apis/compute_alpha/classes.rb', line 83367

def phase1
  @phase1
end

#phase2Google::Apis::ComputeAlpha::VpnTunnelPhase2Algorithms

Corresponds to the JSON property phase2



83372
83373
83374
# File 'lib/google/apis/compute_alpha/classes.rb', line 83372

def phase2
  @phase2
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



83379
83380
83381
83382
# File 'lib/google/apis/compute_alpha/classes.rb', line 83379

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