class Google::Apis::ComputeBeta::RouterStatus
Attributes
best_routes[RW]
Best routes for this router. Corresponds to the JSON property `bestRoutes` @return [Array<Google::Apis::ComputeBeta::Route>]
bgp_peer_status[RW]
Corresponds to the JSON property `bgpPeerStatus` @return [Array<Google::Apis::ComputeBeta::RouterStatusBgpPeerStatus>]
network[RW]
URI of the network to which this router belongs. Corresponds to the JSON property `network` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 6976 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 6981 def update!(**args) @best_routes = args[:best_routes] if args.key?(:best_routes) @bgp_peer_status = args[:bgp_peer_status] if args.key?(:bgp_peer_status) @network = args[:network] if args.key?(:network) end