OnlineEndpointArgs

constructor(authMode: Output<Either<String, EndpointAuthMode>>, compute: Output<String>? = null, description: Output<String>? = null, keys: Output<EndpointAuthKeysArgs>? = null, mirrorTraffic: Output<Map<String, Int>>? = null, properties: Output<Map<String, String>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, traffic: Output<Map<String, Int>>? = null)