Class: Google::Apis::ComputeV1::NatIpInfoResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NatIpInfoResponse
- 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
-
#result ⇒ Array<Google::Apis::ComputeV1::NatIpInfo>
[Output Only] A list of NAT IP information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NatIpInfoResponse
constructor
A new instance of NatIpInfoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NatIpInfoResponse
Returns a new instance of NatIpInfoResponse.
24004 24005 24006 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24004 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Array<Google::Apis::ComputeV1::NatIpInfo>
[Output Only] A list of NAT IP information.
Corresponds to the JSON property result
24002 24003 24004 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24002 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24009 24010 24011 |
# File 'lib/google/apis/compute_v1/classes.rb', line 24009 def update!(**args) @result = args[:result] if args.key?(:result) end |