public enum InterconnectAttachmentConfigurationConstraints.BgpMd5 extends Enum<InterconnectAttachmentConfigurationConstraints.BgpMd5> implements ProtocolMessageEnumOutput only. [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
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MD5_OPTIONAL |
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured. |
MD5_OPTIONAL_VALUE |
MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured. |
MD5_REQUIRED |
MD5_REQUIRED: BGP MD5 authentication must be configured. |
MD5_REQUIRED_VALUE |
MD5_REQUIRED: BGP MD5 authentication must be configured. |
MD5_UNSUPPORTED |
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured |
MD5_UNSUPPORTED_VALUE |
MD5_UNSUPPORTED: BGP MD5 authentication must not be configured |
UNDEFINED_BGP_MD5 |
A value indicating that the enum field is not set. |
UNDEFINED_BGP_MD5_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|