Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectDiagnosticsLinkLACPStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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() -> ::String
Returns
- (::String) — The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.
#state=
def state=(value) -> ::String
Parameter
- value (::String) — The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.
Returns
- (::String) — The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values.