public enum ExchangedPeeringRoute.Type extends Enum<ExchangedPeeringRoute.Type> implements ProtocolMessageEnumThe type of the peering route.
Protobuf enum google.cloud.compute.v1.ExchangedPeeringRoute.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DYNAMIC_PEERING_ROUTE |
For routes exported from local network. |
DYNAMIC_PEERING_ROUTE_VALUE |
For routes exported from local network. |
STATIC_PEERING_ROUTE |
The peering route. |
STATIC_PEERING_ROUTE_VALUE |
The peering route. |
SUBNET_PEERING_ROUTE |
The peering route corresponding to subnetwork range. |
SUBNET_PEERING_ROUTE_VALUE |
The peering route corresponding to subnetwork range. |
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_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() |
|