Class: Google::Apis::ComputeV1::NatIpInfoResponse

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) ⇒ NatIpInfoResponse

Returns a new instance of NatIpInfoResponse.



23077
23078
23079
# File 'lib/google/apis/compute_v1/classes.rb', line 23077

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

Instance Attribute Details

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

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



23075
23076
23077
# File 'lib/google/apis/compute_v1/classes.rb', line 23075

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23082
23083
23084
# File 'lib/google/apis/compute_v1/classes.rb', line 23082

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