Interface InterconnectDiagnosticsLinkLACPStatusOrBuilder (1.51.0)

public interface InterconnectDiagnosticsLinkLACPStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGoogleSystemId()

public abstract String getGoogleSystemId()

System ID of the port on Google's side of the LACP exchange.

optional string google_system_id = 91210405;

Returns
TypeDescription
String

The googleSystemId.

getGoogleSystemIdBytes()

public abstract ByteString getGoogleSystemIdBytes()

System ID of the port on Google's side of the LACP exchange.

optional string google_system_id = 91210405;

Returns
TypeDescription
ByteString

The bytes for googleSystemId.

getNeighborSystemId()

public abstract String getNeighborSystemId()

System ID of the port on the neighbor's side of the LACP exchange.

optional string neighbor_system_id = 343821342;

Returns
TypeDescription
String

The neighborSystemId.

getNeighborSystemIdBytes()

public abstract ByteString getNeighborSystemIdBytes()

System ID of the port on the neighbor's side of the LACP exchange.

optional string neighbor_system_id = 343821342;

Returns
TypeDescription
ByteString

The bytes for neighborSystemId.

getState()

public abstract String getState()

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.

optional string state = 109757585;

Returns
TypeDescription
String

The state.

getStateBytes()

public abstract ByteString getStateBytes()

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.

optional string state = 109757585;

Returns
TypeDescription
ByteString

The bytes for state.

hasGoogleSystemId()

public abstract boolean hasGoogleSystemId()

System ID of the port on Google's side of the LACP exchange.

optional string google_system_id = 91210405;

Returns
TypeDescription
boolean

Whether the googleSystemId field is set.

hasNeighborSystemId()

public abstract boolean hasNeighborSystemId()

System ID of the port on the neighbor's side of the LACP exchange.

optional string neighbor_system_id = 343821342;

Returns
TypeDescription
boolean

Whether the neighborSystemId field is set.

hasState()

public abstract boolean hasState()

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.

optional string state = 109757585;

Returns
TypeDescription
boolean

Whether the state field is set.