targetType property

String? targetType
getter/setter pair

Target type of the firewall rule. Possible string values are:

  • "TARGET_TYPE_UNSPECIFIED" : Target type is not specified. In this case we treat the rule as applying to INSTANCES target type.
  • "INSTANCES" : Firewall rule applies to instances.
  • "INTERNAL_MANAGED_LB" : Firewall rule applies to internal managed load balancers.

Implementation

core.String? targetType;