Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::NetworkPeeringConnectionStatus (v3.0.0)

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

[Output Only] Describes the state of a peering connection, not just the local peering. This field provides information about the effective settings for the connection as a whole, including pending delete/update requests for CONSENSUS peerings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#consensus_state

def consensus_state() -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState
Returns

#consensus_state=

def consensus_state=(value) -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState
Parameter
Returns

#traffic_configuration

def traffic_configuration() -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration
Returns

#traffic_configuration=

def traffic_configuration=(value) -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration
Parameter
Returns

#update_strategy

def update_strategy() -> ::String
Returns
  • (::String) — The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.

#update_strategy=

def update_strategy=(value) -> ::String
Parameter
  • value (::String) — The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.
Returns
  • (::String) — The update strategy determines the update/delete semantics for this peering connection. Check the UpdateStrategy enum for the list of possible values.