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
- (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState) — The consensus state contains information about the status of update and delete for a consensus peering connection.
#consensus_state=
def consensus_state=(value) -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState
Parameter
- value (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState) — The consensus state contains information about the status of update and delete for a consensus peering connection.
Returns
- (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusConsensusState) — The consensus state contains information about the status of update and delete for a consensus peering connection.
#traffic_configuration
def traffic_configuration() -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration
Returns
- (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration) — The active connectivity settings for the peering connection based on the settings of the network peerings.
#traffic_configuration=
def traffic_configuration=(value) -> ::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration
Parameter
- value (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration) — The active connectivity settings for the peering connection based on the settings of the network peerings.
Returns
- (::Google::Cloud::Compute::V1::NetworkPeeringConnectionStatusTrafficConfiguration) — The active connectivity settings for the peering connection based on the settings of the network peerings.
#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.