portFieldType property

String? portFieldType
getter/setter pair

Whether port number should be provided by customers. Possible string values are:

  • "FIELD_TYPE_UNSPECIFIED"
  • "REQUIRED"
  • "OPTIONAL"
  • "NOT_USED"

Implementation

core.String? portFieldType;