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
10039 10040 10041 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10039 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeBeta::Router
Router resource.
Corresponds to the JSON property resource
10037 10038 10039 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10037 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10044 10045 10046 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10044 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |