Package com.google.cloud.compute.v1
Enum RouterBgpPeer.ManagementType
- java.lang.Object
-
- java.lang.Enum<RouterBgpPeer.ManagementType>
-
- com.google.cloud.compute.v1.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 enumgoogle.cloud.compute.v1.RouterBgpPeer.ManagementType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description 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.MANAGED_BY_USER
Default value, the BGP peer is manually created and managed by user.UNDEFINED_MANAGEMENT_TYPE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static 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.static int
MANAGED_BY_USER_VALUE
Default value, the BGP peer is manually created and managed by user.static int
UNDEFINED_MANAGEMENT_TYPE_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RouterBgpPeer.ManagementType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<RouterBgpPeer.ManagementType>
internalGetValueMap()
static RouterBgpPeer.ManagementType
valueOf(int value)
Deprecated.static RouterBgpPeer.ManagementType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RouterBgpPeer.ManagementType
valueOf(String name)
Returns the enum constant of this type with the specified name.static RouterBgpPeer.ManagementType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final RouterBgpPeer.ManagementType UNRECOGNIZED
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RouterBgpPeer.ManagementType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-