public enum PeeringRoute.Type extends Enum<PeeringRoute.Type> implements ProtocolMessageEnum
The type of the peering route.
Protobuf enum google.cloud.vmwareengine.v1.PeeringRoute.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DYNAMIC_PEERING_ROUTE |
Dynamic routes in the peer network. |
DYNAMIC_PEERING_ROUTE_VALUE |
Dynamic routes in the peer network. |
STATIC_PEERING_ROUTE |
Static routes in the peer network. |
STATIC_PEERING_ROUTE_VALUE |
Static routes in the peer network. |
SUBNET_PEERING_ROUTE |
Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network. |
SUBNET_PEERING_ROUTE_VALUE |
Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network. |
TYPE_UNSPECIFIED |
Unspecified peering route type. This is the default value. |
TYPE_UNSPECIFIED_VALUE |
Unspecified peering route type. This is the default value. |
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() |