Gateway Args
fun GatewayArgs(addresses: Output<List<String>>? = null, certificateUrls: Output<List<String>>? = null, description: Output<String>? = null, gatewayId: Output<String>? = null, gatewaySecurityPolicy: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, network: Output<String>? = null, ports: Output<List<Int>>? = null, project: Output<String>? = null, scope: Output<String>? = null, serverTlsPolicy: Output<String>? = null, subnetwork: Output<String>? = null, type: Output<GatewayType>? = null)