Class: Google::Apis::ComputeBeta::RoutersPreviewResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RoutersPreviewResponse
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::ComputeBeta::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
9874 9875 9876 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9874 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeBeta::Router
Router resource.
Corresponds to the JSON property resource
9872 9873 9874 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9872 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9879 9880 9881 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9879 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |