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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/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.



48416
48417
48418
# File 'lib/google/apis/compute_v1/classes.rb', line 48416

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



48414
48415
48416
# File 'lib/google/apis/compute_v1/classes.rb', line 48414

def vpn_connections
  @vpn_connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48421
48422
48423
# File 'lib/google/apis/compute_v1/classes.rb', line 48421

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