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.



34905
34906
34907
# File 'lib/google/apis/compute_v1/classes.rb', line 34905

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



34903
34904
34905
# File 'lib/google/apis/compute_v1/classes.rb', line 34903

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34910
34911
34912
# File 'lib/google/apis/compute_v1/classes.rb', line 34910

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