Class: Google::Apis::ComputeBeta::NatIpInfoResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NatIpInfoResponse

Returns a new instance of NatIpInfoResponse.



25811
25812
25813
# File 'lib/google/apis/compute_beta/classes.rb', line 25811

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

Instance Attribute Details

#resultArray<Google::Apis::ComputeBeta::NatIpInfo>

[Output Only] A list of NAT IP information. Corresponds to the JSON property result



25809
25810
25811
# File 'lib/google/apis/compute_beta/classes.rb', line 25809

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25816
25817
25818
# File 'lib/google/apis/compute_beta/classes.rb', line 25816

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