allowSubInterfaces property

String? allowSubInterfaces
getter/setter pair

Specifies whether sub interfaces are allowed. Possible string values are:

  • "SUBINTERFACES_ALLOWED"
  • "SUBINTERFACES_BLOCKED"

Implementation

core.String? allowSubInterfaces;