Enum RouterBgpPeer.AdvertisedGroups (1.51.0)

public enum RouterBgpPeer.AdvertisedGroups extends Enum<RouterBgpPeer.AdvertisedGroups> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.RouterBgpPeer.AdvertisedGroups

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_SUBNETS

Advertise all available subnets (including peer VPC subnets).

ALL_SUBNETS = 3622872;

ALL_SUBNETS_VALUE

Advertise all available subnets (including peer VPC subnets).

ALL_SUBNETS = 3622872;

UNDEFINED_ADVERTISED_GROUPS

A value indicating that the enum field is not set.

UNDEFINED_ADVERTISED_GROUPS = 0;

UNDEFINED_ADVERTISED_GROUPS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ADVERTISED_GROUPS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()