reservations property

List<NetworkAddressReservation>? reservations
getter/setter pair

List of IP address reservations in this network.

When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.

Implementation

core.List<NetworkAddressReservation>? reservations;