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.
23288 23289 23290 |
# File 'lib/google/apis/compute_v1/classes.rb', line 23288 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
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 |