Reference documentation and code samples for the Distributed Cloud Edge Network V1 API class Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus.
Describing the status of a LACP link.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregatable
def aggregatable() -> ::Boolean
Returns
- (::Boolean) — A true value indicates that the participant will allow the link to be used as part of the aggregate. A false value indicates the link should be used as an individual link.
#aggregatable=
def aggregatable=(value) -> ::Boolean
Parameter
- value (::Boolean) — A true value indicates that the participant will allow the link to be used as part of the aggregate. A false value indicates the link should be used as an individual link.
Returns
- (::Boolean) — A true value indicates that the participant will allow the link to be used as part of the aggregate. A false value indicates the link should be used as an individual link.
#collecting
def collecting() -> ::Boolean
Returns
- (::Boolean) — If true, the participant is collecting incoming frames on the link, otherwise false
#collecting=
def collecting=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, the participant is collecting incoming frames on the link, otherwise false
Returns
- (::Boolean) — If true, the participant is collecting incoming frames on the link, otherwise false
#distributing
def distributing() -> ::Boolean
Returns
- (::Boolean) — When true, the participant is distributing outgoing frames; when false, distribution is disabled
#distributing=
def distributing=(value) -> ::Boolean
Parameter
- value (::Boolean) — When true, the participant is distributing outgoing frames; when false, distribution is disabled
Returns
- (::Boolean) — When true, the participant is distributing outgoing frames; when false, distribution is disabled
#google_system_id
def google_system_id() -> ::String
Returns
- (::String) — System ID of the port on Google's side of the LACP exchange.
#google_system_id=
def google_system_id=(value) -> ::String
Parameter
- value (::String) — System ID of the port on Google's side of the LACP exchange.
Returns
- (::String) — System ID of the port on Google's side of the LACP exchange.
#neighbor_system_id
def neighbor_system_id() -> ::String
Returns
- (::String) — System ID of the port on the neighbor's side of the LACP exchange.
#neighbor_system_id=
def neighbor_system_id=(value) -> ::String
Parameter
- value (::String) — System ID of the port on the neighbor's side of the LACP exchange.
Returns
- (::String) — System ID of the port on the neighbor's side of the LACP exchange.
#state
def state() -> ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus::State
Returns
- (::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus::State) — The state of a LACP link.
#state=
def state=(value) -> ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus::State
Parameter
- value (::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus::State) — The state of a LACP link.
Returns
- (::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus::State) — The state of a LACP link.