NetworkArgs

constructor(attachable: Output<Boolean>? = null, checkDuplicate: Output<Boolean>? = null, driver: Output<String>? = null, ingress: Output<Boolean>? = null, internal: Output<Boolean>? = null, ipamConfigs: Output<List<NetworkIpamConfigArgs>>? = null, ipamDriver: Output<String>? = null, ipamOptions: Output<Map<String, String>>? = null, ipv6: Output<Boolean>? = null, labels: Output<List<NetworkLabelArgs>>? = null, name: Output<String>? = null, options: Output<Map<String, String>>? = null)