Enum InterconnectRemoteLocation.Lacp

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<InterconnectRemoteLocation.Lacp>
    Enclosing class:
    InterconnectRemoteLocation

    public static enum InterconnectRemoteLocation.Lacp
    extends Enum<InterconnectRemoteLocation.Lacp>
    implements com.google.protobuf.ProtocolMessageEnum
     [Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED
     
    Protobuf enum google.cloud.compute.v1.InterconnectRemoteLocation.Lacp
    • Enum Constant Detail

      • UNDEFINED_LACP

        public static final InterconnectRemoteLocation.Lacp UNDEFINED_LACP
         A value indicating that the enum field is not set.
         
        UNDEFINED_LACP = 0;
      • LACP_SUPPORTED

        public static final InterconnectRemoteLocation.Lacp LACP_SUPPORTED
         LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
         
        LACP_SUPPORTED = 339576113;
      • LACP_UNSUPPORTED

        public static final InterconnectRemoteLocation.Lacp LACP_UNSUPPORTED
         LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.
         
        LACP_UNSUPPORTED = 203930104;
    • Field Detail

      • UNDEFINED_LACP_VALUE

        public static final int UNDEFINED_LACP_VALUE
         A value indicating that the enum field is not set.
         
        UNDEFINED_LACP = 0;
        See Also:
        Constant Field Values
      • LACP_SUPPORTED_VALUE

        public static final int LACP_SUPPORTED_VALUE
         LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
         
        LACP_SUPPORTED = 339576113;
        See Also:
        Constant Field Values
      • LACP_UNSUPPORTED_VALUE

        public static final int LACP_UNSUPPORTED_VALUE
         LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.
         
        LACP_UNSUPPORTED = 203930104;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static InterconnectRemoteLocation.Lacp[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (InterconnectRemoteLocation.Lacp c : InterconnectRemoteLocation.Lacp.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InterconnectRemoteLocation.Lacp valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static InterconnectRemoteLocation.Lacp valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static InterconnectRemoteLocation.Lacp forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static InterconnectRemoteLocation.Lacp valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null