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.



23288
23289
23290
# File 'lib/google/apis/compute_v1/classes.rb', line 23288

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



23286
23287
23288
# File 'lib/google/apis/compute_v1/classes.rb', line 23286

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23293
23294
23295
# File 'lib/google/apis/compute_v1/classes.rb', line 23293

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