public enum FirewallInfo.TargetType extends Enum<FirewallInfo.TargetType> implements ProtocolMessageEnumTarget type of the firewall rule.
Protobuf enum google.cloud.networkmanagement.v1.FirewallInfo.TargetType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
INSTANCES |
Firewall rule applies to instances. |
INSTANCES_VALUE |
Firewall rule applies to instances. |
INTERNAL_MANAGED_LB |
Firewall rule applies to internal managed load balancers. |
INTERNAL_MANAGED_LB_VALUE |
Firewall rule applies to internal managed load balancers. |
TARGET_TYPE_UNSPECIFIED |
Target type is not specified. In this case we treat the rule as applying to INSTANCES target type. |
TARGET_TYPE_UNSPECIFIED_VALUE |
Target type is not specified. In this case we treat the rule as applying to INSTANCES target type. |
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() |
|