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.



30536
30537
30538
# File 'lib/google/apis/compute_v1/classes.rb', line 30536

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



30534
30535
30536
# File 'lib/google/apis/compute_v1/classes.rb', line 30534

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30541
30542
30543
# File 'lib/google/apis/compute_v1/classes.rb', line 30541

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