Package com.google.cloud.compute.v1
Interface InterconnectDiagnosticsLinkLACPStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectDiagnosticsLinkLACPStatus,InterconnectDiagnosticsLinkLACPStatus.Builder
public interface InterconnectDiagnosticsLinkLACPStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGoogleSystemId()System ID of the port on Google's side of the LACP exchange.com.google.protobuf.ByteStringgetGoogleSystemIdBytes()System ID of the port on Google's side of the LACP exchange.StringgetNeighborSystemId()System ID of the port on the neighbor's side of the LACP exchange.com.google.protobuf.ByteStringgetNeighborSystemIdBytes()System ID of the port on the neighbor's side of the LACP exchange.StringgetState()The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.com.google.protobuf.ByteStringgetStateBytes()The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.booleanhasGoogleSystemId()System ID of the port on Google's side of the LACP exchange.booleanhasNeighborSystemId()System ID of the port on the neighbor's side of the LACP exchange.booleanhasState()The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGoogleSystemId
boolean hasGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;- Returns:
- Whether the googleSystemId field is set.
-
getGoogleSystemId
String getGoogleSystemId()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;- Returns:
- The googleSystemId.
-
getGoogleSystemIdBytes
com.google.protobuf.ByteString getGoogleSystemIdBytes()
System ID of the port on Google's side of the LACP exchange.
optional string google_system_id = 91210405;- Returns:
- The bytes for googleSystemId.
-
hasNeighborSystemId
boolean hasNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;- Returns:
- Whether the neighborSystemId field is set.
-
getNeighborSystemId
String getNeighborSystemId()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;- Returns:
- The neighborSystemId.
-
getNeighborSystemIdBytes
com.google.protobuf.ByteString getNeighborSystemIdBytes()
System ID of the port on the neighbor's side of the LACP exchange.
optional string neighbor_system_id = 343821342;- Returns:
- The bytes for neighborSystemId.
-
hasState
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:
- Whether the state field is set.
-
getState
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:
- The state.
-
getStateBytes
com.google.protobuf.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:
- The bytes for state.
-
-