class Google::Apis::ComputeV1::VpnTunnelsScopedList

Attributes

vpn_tunnels[RW]

List of vpn tunnels contained in this scope. Corresponds to the JSON property `vpnTunnels` @return [Array<Google::Apis::ComputeV1::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::ComputeV1::VpnTunnelsScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 8901
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_v1/classes.rb, line 8906
def update!(**args)
  @vpn_tunnels = args[:vpn_tunnels] if args.key?(:vpn_tunnels)
  @warning = args[:warning] if args.key?(:warning)
end