DefaultCniNetworkArgs

constructor(cniBgpConfiguration: Output<CniBgpConfigurationArgs>? = null, defaultCniNetworkName: Output<String>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, ipAllocationType: Output<Either<String, IpAllocationType>>? = null, ipv4ConnectedPrefix: Output<String>? = null, ipv6ConnectedPrefix: Output<String>? = null, l3IsolationDomainId: Output<String>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, vlan: Output<Double>? = null)