Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::ExchangedPeeringRoute (v1.9.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ExchangedPeeringRoute.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dest_range

def dest_range() -> ::String
Returns
  • (::String) — The destination range of the route.

#dest_range=

def dest_range=(value) -> ::String
Parameter
  • value (::String) — The destination range of the route.
Returns
  • (::String) — The destination range of the route.

#imported

def imported() -> ::Boolean
Returns
  • (::Boolean) — True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

#imported=

def imported=(value) -> ::Boolean
Parameter
  • value (::Boolean) — True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
Returns
  • (::Boolean) — True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.

#next_hop_region

def next_hop_region() -> ::String
Returns
  • (::String) — The region of peering route next hop, only applies to dynamic routes.

#next_hop_region=

def next_hop_region=(value) -> ::String
Parameter
  • value (::String) — The region of peering route next hop, only applies to dynamic routes.
Returns
  • (::String) — The region of peering route next hop, only applies to dynamic routes.

#priority

def priority() -> ::Integer
Returns
  • (::Integer) — The priority of the peering route.

#priority=

def priority=(value) -> ::Integer
Parameter
  • value (::Integer) — The priority of the peering route.
Returns
  • (::Integer) — The priority of the peering route.

#type

def type() -> ::String
Returns
  • (::String) — The type of the peering route. Check the Type enum for the list of possible values.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — The type of the peering route. Check the Type enum for the list of possible values.
Returns
  • (::String) — The type of the peering route. Check the Type enum for the list of possible values.