Class: Google::Apis::ComputeV1::RoutersPreviewResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RoutersPreviewResponse
- 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
-
#resource ⇒ Google::Apis::ComputeV1::Router
Represents a Cloud Router resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RoutersPreviewResponse
constructor
A new instance of RoutersPreviewResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RoutersPreviewResponse
Returns a new instance of RoutersPreviewResponse.
28779 28780 28781 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28779 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::Router
Represents a Cloud Router resource.
For more information about Cloud Router, read the Cloud Router overview.
Corresponds to the JSON property resource
28777 28778 28779 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28777 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28784 28785 28786 |
# File 'lib/google/apis/compute_v1/classes.rb', line 28784 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |