SecondaryIpRangeSpec constructor

SecondaryIpRangeSpec({
  1. int? ipPrefixLength,
  2. String? outsideAllocationPublicIpRange,
  3. String? rangeName,
  4. String? requestedAddress,
})

Implementation

SecondaryIpRangeSpec({
  this.ipPrefixLength,
  this.outsideAllocationPublicIpRange,
  this.rangeName,
  this.requestedAddress,
});