class Google::Apis::ComputeBeta::VpnTunnelsScopedList
Attributes
vpn_tunnels[RW]
List of vpn tunnels contained in this scope. Corresponds to the JSON property `vpnTunnels` @return [Array<Google::Apis::ComputeBeta::VpnTunnel>]
warning[RW]
Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::VpnTunnelsScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 9773 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 9778 def update!(**args) @vpn_tunnels = args[:vpn_tunnels] if args.key?(:vpn_tunnels) @warning = args[:warning] if args.key?(:warning) end