Class: Google::Apis::ComputeV1::VpnGatewayStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnGatewayStatus

Returns a new instance of VpnGatewayStatus.



34125
34126
34127
# File 'generated/google/apis/compute_v1/classes.rb', line 34125

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

Instance Attribute Details

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

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



34123
34124
34125
# File 'generated/google/apis/compute_v1/classes.rb', line 34123

def vpn_connections
  @vpn_connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34130
34131
34132
# File 'generated/google/apis/compute_v1/classes.rb', line 34130

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