Class: Google::Apis::ComputeAlpha::RoutersPreviewResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RoutersPreviewResponse

Returns a new instance of RoutersPreviewResponse.



32516
32517
32518
# File 'generated/google/apis/compute_alpha/classes.rb', line 32516

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resourceGoogle::Apis::ComputeAlpha::Router

Represents a Cloud Router resource. For more information about Cloud Router, read the Cloud Router overview. Corresponds to the JSON property resource



32514
32515
32516
# File 'generated/google/apis/compute_alpha/classes.rb', line 32514

def resource
  @resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32521
32522
32523
# File 'generated/google/apis/compute_alpha/classes.rb', line 32521

def update!(**args)
  @resource = args[:resource] if args.key?(:resource)
end