IPAllocationPolicy constructor
      
      IPAllocationPolicy({})
     
    
    
Implementation
IPAllocationPolicy({
  this.clusterIpv4CidrBlock,
  this.clusterSecondaryRangeName,
  this.servicesIpv4CidrBlock,
  this.servicesSecondaryRangeName,
  this.useIpAliases,
});