public enum FirewallPolicy.PolicyType extends Enum<FirewallPolicy.PolicyType> implements ProtocolMessageEnumThe type of the firewall policy. This field can be eitherVPC_POLICY or RDMA_ROCE_POLICY.
Note: if not specified then VPC_POLICY will be used.
Protobuf enum google.cloud.compute.v1.FirewallPolicy.PolicyType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
RDMA_ROCE_POLICY |
|
RDMA_ROCE_POLICY_VALUE |
|
UNDEFINED_POLICY_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_POLICY_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
VPC_POLICY |
|
VPC_POLICY_VALUE |
|
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() |
|