policyType property

String? policyType
getter/setter pair

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. Possible string values are:

  • "RDMA_ROCE_POLICY"
  • "VPC_POLICY"

Implementation

core.String? policyType;