Enum FirewallPolicy.PolicyType (1.92.0)

public enum FirewallPolicy.PolicyType extends Enum<FirewallPolicy.PolicyType> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
RDMA_ROCE_POLICY

RDMA_ROCE_POLICY = 148757145;

RDMA_ROCE_POLICY_VALUE

RDMA_ROCE_POLICY = 148757145;

UNDEFINED_POLICY_TYPE

A value indicating that the enum field is not set.

UNDEFINED_POLICY_TYPE = 0;

UNDEFINED_POLICY_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_POLICY_TYPE = 0;

UNRECOGNIZED
VPC_POLICY

VPC_POLICY = 74319208;

VPC_POLICY_VALUE

VPC_POLICY = 74319208;

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()