UsableSubnetworkSecondaryRange constructor

UsableSubnetworkSecondaryRange({
  1. String? ipCidrRange,
  2. String? rangeName,
  3. String? status,
})

Implementation

UsableSubnetworkSecondaryRange({
  this.ipCidrRange,
  this.rangeName,
  this.status,
});