class Google::Apis::ComputeV1::VpnGatewaysScopedList

Attributes

vpn_gateways[RW]
Output Only

A list of VPN gateways contained in this scope.

Corresponds to the JSON property `vpnGateways` @return [Array<Google::Apis::ComputeV1::VpnGateway>]

warning[RW]
Output Only

Informational warning which replaces the list of addresses when

the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::VpnGatewaysScopedList::Warning]

Public Class Methods

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