class Google::Apis::ComputeBeta::VpnGatewayStatus

Attributes

vpn_connections[RW]

List of VPN connection for this VpnGateway. Corresponds to the JSON property `vpnConnections` @return [Array<Google::Apis::ComputeBeta::VpnGatewayStatusVpnConnection>]

Public Class Methods

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