Class: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface

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

Overview

A VPN gateway interface.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VpnGatewayVpnGatewayInterface

Returns a new instance of VpnGatewayVpnGatewayInterface.



38051
38052
38053
# File 'generated/google/apis/compute_alpha/classes.rb', line 38051

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

Instance Attribute Details

#idFixnum

The numeric ID of this VPN gateway interface. Corresponds to the JSON property id

Returns:

  • (Fixnum)


38044
38045
38046
# File 'generated/google/apis/compute_alpha/classes.rb', line 38044

def id
  @id
end

#ip_addressString

The external IP address for this VPN gateway interface. Corresponds to the JSON property ipAddress

Returns:

  • (String)


38049
38050
38051
# File 'generated/google/apis/compute_alpha/classes.rb', line 38049

def ip_address
  @ip_address
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38056
38057
38058
38059
# File 'generated/google/apis/compute_alpha/classes.rb', line 38056

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