public enum IpRules.Direction extends Enum<IpRules.Direction> implements ProtocolMessageEnum
The type of direction that the rule is applicable to, one of ingress or egress. Not applicable to OPEN_X_PORT findings.
Protobuf enum google.cloud.securitycenter.v2.IpRules.Direction
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DIRECTION_UNSPECIFIED |
Unspecified direction value. |
DIRECTION_UNSPECIFIED_VALUE |
Unspecified direction value. |
EGRESS |
Egress direction value. |
EGRESS_VALUE |
Egress direction value. |
INGRESS |
Ingress direction value. |
INGRESS_VALUE |
Ingress direction 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() |