public static enum InterconnectAttachmentConfigurationConstraints.BgpMd5 extends Enum<InterconnectAttachmentConfigurationConstraints.BgpMd5> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if MD5 is requested.Protobuf enum
google.cloud.compute.v1.InterconnectAttachmentConfigurationConstraints.BgpMd5| Enum Constant and Description |
|---|
MD5_OPTIONAL
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.
|
MD5_REQUIRED
MD5_REQUIRED: BGP MD5 authentication must be configured.
|
MD5_UNSUPPORTED
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured
MD5_UNSUPPORTED = 86962388; |
UNDEFINED_BGP_MD5
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MD5_OPTIONAL_VALUE
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.
|
static int |
MD5_REQUIRED_VALUE
MD5_REQUIRED: BGP MD5 authentication must be configured.
|
static int |
MD5_UNSUPPORTED_VALUE
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured
MD5_UNSUPPORTED = 86962388; |
static int |
UNDEFINED_BGP_MD5_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectAttachmentConfigurationConstraints.BgpMd5 |
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<InterconnectAttachmentConfigurationConstraints.BgpMd5> |
internalGetValueMap() |
static InterconnectAttachmentConfigurationConstraints.BgpMd5 |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectAttachmentConfigurationConstraints.BgpMd5 |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectAttachmentConfigurationConstraints.BgpMd5 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectAttachmentConfigurationConstraints.BgpMd5[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectAttachmentConfigurationConstraints.BgpMd5 UNDEFINED_BGP_MD5
A value indicating that the enum field is not set.
UNDEFINED_BGP_MD5 = 0;public static final InterconnectAttachmentConfigurationConstraints.BgpMd5 MD5_OPTIONAL
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.
MD5_OPTIONAL = 532156673;public static final InterconnectAttachmentConfigurationConstraints.BgpMd5 MD5_REQUIRED
MD5_REQUIRED: BGP MD5 authentication must be configured.
MD5_REQUIRED = 218034496;public static final InterconnectAttachmentConfigurationConstraints.BgpMd5 MD5_UNSUPPORTED
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured
MD5_UNSUPPORTED = 86962388;public static final InterconnectAttachmentConfigurationConstraints.BgpMd5 UNRECOGNIZED
public static final int UNDEFINED_BGP_MD5_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BGP_MD5 = 0;public static final int MD5_OPTIONAL_VALUE
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.
MD5_OPTIONAL = 532156673;public static final int MD5_REQUIRED_VALUE
MD5_REQUIRED: BGP MD5 authentication must be configured.
MD5_REQUIRED = 218034496;public static final int MD5_UNSUPPORTED_VALUE
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured
MD5_UNSUPPORTED = 86962388;public static InterconnectAttachmentConfigurationConstraints.BgpMd5[] values()
for (InterconnectAttachmentConfigurationConstraints.BgpMd5 c : InterconnectAttachmentConfigurationConstraints.BgpMd5.values()) System.out.println(c);
public static InterconnectAttachmentConfigurationConstraints.BgpMd5 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InterconnectAttachmentConfigurationConstraints.BgpMd5 valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectAttachmentConfigurationConstraints.BgpMd5 forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectAttachmentConfigurationConstraints.BgpMd5> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InterconnectAttachmentConfigurationConstraints.BgpMd5 valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.