IPv4Range property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network.
This range is aCIDR 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;