IPv4Range property

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

Deprecated in favor of subnet mode networks.

The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.

Implementation

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