serviceCidr property

String? serviceCidr
getter/setter pair

Service CIDR, if any. Possible string values are:

  • "SERVICE_CIDR_UNSPECIFIED" : Unspecified value.
  • "DISABLED" : Services are disabled for the given network.
  • "HIGH_26" : Use the highest /26 block of the network to host services.
  • "HIGH_27" : Use the highest /27 block of the network to host services.
  • "HIGH_28" : Use the highest /28 block of the network to host services.

Implementation

core.String? serviceCidr;