TargetServerArgs

fun TargetServerArgs(description: Output<String>? = null, environmentId: Output<String>? = null, host: Output<String>? = null, isEnabled: Output<Boolean>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, port: Output<Int>? = null, protocol: Output<TargetServerProtocol>? = null, sSLInfo: Output<GoogleCloudApigeeV1TlsInfoArgs>? = null)