Enum RouterBgpPeer.ManagementType

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

    public static enum RouterBgpPeer.ManagementType
    extends Enum<RouterBgpPeer.ManagementType>
    implements com.google.protobuf.ProtocolMessageEnum
     [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.
     
    Protobuf enum google.cloud.compute.v1.RouterBgpPeer.ManagementType
    • Enum Constant Detail

      • UNDEFINED_MANAGEMENT_TYPE

        public static final RouterBgpPeer.ManagementType UNDEFINED_MANAGEMENT_TYPE
         A value indicating that the enum field is not set.
         
        UNDEFINED_MANAGEMENT_TYPE = 0;
      • MANAGED_BY_ATTACHMENT

        public static final RouterBgpPeer.ManagementType MANAGED_BY_ATTACHMENT
         The BGP peer is automatically created for PARTNER type InterconnectAttachment; Google will automatically create/delete this BGP peer when the PARTNER InterconnectAttachment is created/deleted, and Google will update the ipAddress and peerIpAddress when the PARTNER InterconnectAttachment is provisioned. This type of BGP peer cannot be created or deleted, but can be modified for all fields except for name, ipAddress and peerIpAddress.
         
        MANAGED_BY_ATTACHMENT = 458926411;
      • MANAGED_BY_USER

        public static final RouterBgpPeer.ManagementType MANAGED_BY_USER
         Default value, the BGP peer is manually created and managed by user.
         
        MANAGED_BY_USER = 317294067;
    • Field Detail

      • UNDEFINED_MANAGEMENT_TYPE_VALUE

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

        public static final int MANAGED_BY_ATTACHMENT_VALUE
         The BGP peer is automatically created for PARTNER type InterconnectAttachment; Google will automatically create/delete this BGP peer when the PARTNER InterconnectAttachment is created/deleted, and Google will update the ipAddress and peerIpAddress when the PARTNER InterconnectAttachment is provisioned. This type of BGP peer cannot be created or deleted, but can be modified for all fields except for name, ipAddress and peerIpAddress.
         
        MANAGED_BY_ATTACHMENT = 458926411;
        See Also:
        Constant Field Values
      • MANAGED_BY_USER_VALUE

        public static final int MANAGED_BY_USER_VALUE
         Default value, the BGP peer is manually created and managed by user.
         
        MANAGED_BY_USER = 317294067;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static RouterBgpPeer.ManagementType[] 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 (RouterBgpPeer.ManagementType c : RouterBgpPeer.ManagementType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RouterBgpPeer.ManagementType 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 RouterBgpPeer.ManagementType 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 RouterBgpPeer.ManagementType 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 RouterBgpPeer.ManagementType 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