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
14091 14092 14093 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14091 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::Router
Router resource.
Corresponds to the JSON property resource
14089 14090 14091 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14089 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14096 14097 14098 |
# File 'generated/google/apis/compute_v1/classes.rb', line 14096 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |