Enum PresetTopology (1.54.0)

public enum PresetTopology extends Enum<PresetTopology> implements ProtocolMessageEnum

The list of available preset topologies.

Protobuf enum google.cloud.networkconnectivity.v1.PresetTopology

Implements

ProtocolMessageEnum

Static Fields

Name Description
MESH

Mesh topology is implemented. Group default is automatically created. All spokes in the hub are added to group default.

MESH = 2;

MESH_VALUE

Mesh topology is implemented. Group default is automatically created. All spokes in the hub are added to group default.

MESH = 2;

PRESET_TOPOLOGY_UNSPECIFIED

Preset topology is unspecified. When policy_mode = PRESET, it defaults to MESH.

PRESET_TOPOLOGY_UNSPECIFIED = 0;

PRESET_TOPOLOGY_UNSPECIFIED_VALUE

Preset topology is unspecified. When policy_mode = PRESET, it defaults to MESH.

PRESET_TOPOLOGY_UNSPECIFIED = 0;

STAR

Star topology is implemented. Two groups, center and edge, are automatically created along with hub creation. Spokes have to join one of the groups during creation.

STAR = 3;

STAR_VALUE

Star topology is implemented. Two groups, center and edge, are automatically created along with hub creation. Spokes have to join one of the groups during creation.

STAR = 3;

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()