Class Google::Cloud::Compute::V1::RouterStatus (v1.0.0)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#best_routes

def best_routes() -> ::Array<::Google::Cloud::Compute::V1::Route>
Returns

#best_routes=

def best_routes=(value) -> ::Array<::Google::Cloud::Compute::V1::Route>
Parameter
Returns

#best_routes_for_router

def best_routes_for_router() -> ::Array<::Google::Cloud::Compute::V1::Route>
Returns

#best_routes_for_router=

def best_routes_for_router=(value) -> ::Array<::Google::Cloud::Compute::V1::Route>
Parameter
Returns

#bgp_peer_status

def bgp_peer_status() -> ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>

#bgp_peer_status=

def bgp_peer_status=(value) -> ::Array<::Google::Cloud::Compute::V1::RouterStatusBgpPeerStatus>

#nat_status

def nat_status() -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>

#nat_status=

def nat_status=(value) -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatus>

#network

def network() -> ::String
Returns
  • (::String) — URI of the network to which this router belongs.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — URI of the network to which this router belongs.
Returns
  • (::String) — URI of the network to which this router belongs.