peeringCidrRange property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? peeringCidrRange
getter/setter pair

Size of the CIDR block range that will be reserved by the instance.

PAID organizations support SLASH_16 to SLASH_20 and defaults to SLASH_16. Evaluation organizations support only SLASH_23.

Optional. Possible string values are:

  • "CIDR_RANGE_UNSPECIFIED" : Range not specified.
  • "SLASH_16" : /16 CIDR range.
  • "SLASH_17" : /17 CIDR range.
  • "SLASH_18" : /18 CIDR range.
  • "SLASH_19" : /19 CIDR range.
  • "SLASH_20" : /20 CIDR range.
  • "SLASH_22" : /22 CIDR range. Supported for evaluation only.
  • "SLASH_23" : /23 CIDR range. Supported for evaluation only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? peeringCidrRange;