Class: Google::Apis::ComputeV1::RoutersPreviewResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RoutersPreviewResponse
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::ComputeV1::Router
Router resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RoutersPreviewResponse
constructor
A new instance of RoutersPreviewResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RoutersPreviewResponse
Returns a new instance of RoutersPreviewResponse
17787 17788 17789 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17787 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::Router
Router resource.
Corresponds to the JSON property resource
17785 17786 17787 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17785 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17792 17793 17794 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17792 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |