Class: Google::Apis::ComputeV1::VpnTunnelPhase2Algorithms
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::VpnTunnelPhase2Algorithms
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#encryption ⇒ Array<String>
Corresponds to the JSON property
encryption. -
#integrity ⇒ Array<String>
Corresponds to the JSON property
integrity. -
#pfs ⇒ Array<String>
Corresponds to the JSON property
pfs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnTunnelPhase2Algorithms
constructor
A new instance of VpnTunnelPhase2Algorithms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VpnTunnelPhase2Algorithms
Returns a new instance of VpnTunnelPhase2Algorithms.
62006 62007 62008 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62006 def initialize(**args) update!(**args) end |
Instance Attribute Details
#encryption ⇒ Array<String>
Corresponds to the JSON property encryption
61994 61995 61996 |
# File 'lib/google/apis/compute_v1/classes.rb', line 61994 def encryption @encryption end |
#integrity ⇒ Array<String>
Corresponds to the JSON property integrity
61999 62000 62001 |
# File 'lib/google/apis/compute_v1/classes.rb', line 61999 def integrity @integrity end |
#pfs ⇒ Array<String>
Corresponds to the JSON property pfs
62004 62005 62006 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62004 def pfs @pfs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
62011 62012 62013 62014 62015 |
# File 'lib/google/apis/compute_v1/classes.rb', line 62011 def update!(**args) @encryption = args[:encryption] if args.key?(:encryption) @integrity = args[:integrity] if args.key?(:integrity) @pfs = args[:pfs] if args.key?(:pfs) end |