Class: Google::Apis::ComputeAlpha::VpnGatewayStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnGatewayStatus

Returns a new instance of VpnGatewayStatus.



81791
81792
81793
# File 'lib/google/apis/compute_alpha/classes.rb', line 81791

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#vpn_connectionsArray<Google::Apis::ComputeAlpha::VpnGatewayStatusVpnConnection>

Output only. List of VPN connection for this VpnGateway. Corresponds to the JSON property vpnConnections



81789
81790
81791
# File 'lib/google/apis/compute_alpha/classes.rb', line 81789

def vpn_connections
  @vpn_connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



81796
81797
81798
# File 'lib/google/apis/compute_alpha/classes.rb', line 81796

def update!(**args)
  @vpn_connections = args[:vpn_connections] if args.key?(:vpn_connections)
end