public enum Endpoint.ForwardingRuleTarget extends Enum<Endpoint.ForwardingRuleTarget> implements ProtocolMessageEnum
Type of the target of a forwarding rule.
Protobuf enum google.cloud.networkmanagement.v1beta1.Endpoint.ForwardingRuleTarget
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FORWARDING_RULE_TARGET_UNSPECIFIED | Forwarding rule target is unknown. |
FORWARDING_RULE_TARGET_UNSPECIFIED_VALUE | Forwarding rule target is unknown. |
INSTANCE | Compute Engine instance for protocol forwarding. |
INSTANCE_VALUE | Compute Engine instance for protocol forwarding. |
LOAD_BALANCER | Load Balancer. The specific type can be found from [load_balancer_type] [google.cloud.networkmanagement.v1beta1.Endpoint.load_balancer_type]. |
LOAD_BALANCER_VALUE | Load Balancer. The specific type can be found from [load_balancer_type] [google.cloud.networkmanagement.v1beta1.Endpoint.load_balancer_type]. |
PSC | Forwarding Rule is a Private Service Connect endpoint. |
PSC_VALUE | Forwarding Rule is a Private Service Connect endpoint. |
UNRECOGNIZED | |
VPN_GATEWAY | Classic Cloud VPN Gateway. |
VPN_GATEWAY_VALUE | Classic Cloud VPN Gateway. |
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() |