class Google::Apis::ComputeBeta::VpnTunnelsScopedList

Attributes

vpn_tunnels[RW]

A 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 lib/google/apis/compute_beta/classes.rb, line 40461
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 40466
def update!(**args)
  @vpn_tunnels = args[:vpn_tunnels] if args.key?(:vpn_tunnels)
  @warning = args[:warning] if args.key?(:warning)
end